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 Settings
- Draw Things
- DiffusionBee
Commit ·
3973809
1
Parent(s): 567d1fc
Update README.md
Browse files
README.md
CHANGED
|
@@ -8,6 +8,7 @@ Realism & Style:
|
|
| 8 |
improved
|
| 9 |
|
| 10 |
We're talking a major glow-up in the realism and style department. Expect images that not only hit the bullseye with your prompts but also bring that extra zing of artistic flair. It's like your prompts went to art school!
|
|
|
|
| 11 |
Prompt Loyalty: Our Heartbeat
|
| 12 |
|
| 13 |
The soul of OpenDalle? Sticking to your prompts like glue. v1.1 takes your words and turns them into visual masterpieces that are just what you pictured – maybe even better.
|
|
|
|
| 8 |
improved
|
| 9 |
|
| 10 |
We're talking a major glow-up in the realism and style department. Expect images that not only hit the bullseye with your prompts but also bring that extra zing of artistic flair. It's like your prompts went to art school!
|
| 11 |
+
|
| 12 |
Prompt Loyalty: Our Heartbeat
|
| 13 |
|
| 14 |
The soul of OpenDalle? Sticking to your prompts like glue. v1.1 takes your words and turns them into visual masterpieces that are just what you pictured – maybe even better.
|