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
Error on pipeline.save_pretrained(modelPath)
#6
by areumtecnologia - opened
I am unable to save the model locally.
OSError: dataautogpt3/OpenDalleV1.1 does not appear to have a file named config.json. Checkout 'https://huggingface.co/dataautogpt3/OpenDalleV1.1/main' for available files.
Same here:
OSError: dataautogpt3/OpenDalleV1.1 does not appear to have a file named model_index.json.
Hi, same here:
HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/dataautogpt3/OpenDalleV1.1/resolve/main/model_index.json
Please add model_index.json to the repo.
fixed
dataautogpt3 changed discussion status to closed