Instructions to use dataautogpt3/OpenDalle with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use dataautogpt3/OpenDalle 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/OpenDalle", dtype=torch.bfloat16, device_map="cuda") prompt = "-" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Commit ·
9032126
1
Parent(s): 7f310ea
Update README.md
Browse files
README.md
CHANGED
|
@@ -119,7 +119,7 @@ For dataautogpt3/OpenDalle
|
|
| 119 |
|
| 120 |
1. Introduction
|
| 121 |
|
| 122 |
-
This Non-Commercial Personal Use License Agreement ("Agreement") is between Alexander Izquierdo ("Licensor") and the individual or entity ("Licensee") using the Stable Diffusion model with unique merging method and tuning ("Model") hosted on the Hugging Face repository named
|
| 123 |
|
| 124 |
2. Grant of License
|
| 125 |
|
|
|
|
| 119 |
|
| 120 |
1. Introduction
|
| 121 |
|
| 122 |
+
This Non-Commercial Personal Use License Agreement ("Agreement") is between Alexander Izquierdo ("Licensor") and the individual or entity ("Licensee") using the Stable Diffusion model with unique merging method and tuning ("Model") hosted on the Hugging Face repository named OpenDalle.
|
| 123 |
|
| 124 |
2. Grant of License
|
| 125 |
|