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
model_index.json
#2
by Beowulf-gr - opened
Am I the only one getting a "OSError: dataautogpt3/OpenDalleV1.1 does not appear to have a file named model_index.json."?
Could you add this to the repo?
Yes, same here. It's a pain in the ass if even the simplest examples do not work.
Please add it to the repo.
Even with the currently added model_index.json I get "KeyError: '_class_name'".
If anyone is in the same boat, then I've uploaded a repo which works for me:
https://huggingface.co/GertK/OpenDalle1.1_model_config
fixed
dataautogpt3 changed discussion status to closed