Instructions to use dataautogpt3/OpenDalleV1.1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use dataautogpt3/OpenDalleV1.1 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("dataautogpt3/OpenDalleV1.1", dtype=torch.bfloat16, device_map="cuda") prompt = "black fluffy gorgeous dangerous cat animal creature, large orange eyes, big fluffy ears, piercing gaze, full moon, dark ambiance, best quality, extremely detailed" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Sorry Newbie Question - Info or Links How to install OpenDalle on PC
Sorry if is a bad question - or rude to ask, (or even taboo?) but where do I find information on how to actually install OpenDalle on PC? Been reading the forums that I can find on this topic and haven't found anything really clear-cut. Have the files - just unsure how to get it all working.
Or is this a much larger and more complicated process than it seems on the surface? Appreciate any help. Thanks.
-Signed,
Newguy.
I agree with this. I am an IT professional with much coding and AI experience in the past, but there cannot be an assumption that everyone will know everything. There is nothing wrong with putting in the work (or asking the community for assistance) to draw up a detailed instructions/how-to guide for new starters. Ultimately, the more people can get self-trained into this, the more community contribution there will be. Knowledge should not be esoteric or fragmented in a thousand different places.
I have a pretty decent home workstation/server that could potentially run this model and I have successfully been running LLMs, but this is my first foray into image creation and I would not know how to start without specifics.
I am using a GeForce RTX 3070 if that helps.
Thanks!