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
Differs Weight rollout broken
#10
by Vargol - opened
Hi there are some issues with your rollout of the Diffusers Weights.
text_encode directory should be text_encoder
There seems to be spaces at the start of both text_encode and text_encoder folders
I suspect due to the spaces the config.json files fr those directories are not being downloaded when used with diffusers.
I see its has been partially fixed but there still a space at the start of the text_encoder_2 directory name.
Someone found the solution? I have the same problem...
fixed
dataautogpt3 changed discussion status to closed