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 ·
fd06e3a
1
Parent(s): b5717eb
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,19 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
+
pipeline_tag: text-to-image
|
| 4 |
---
|
| 5 |
+
OpenDalle v1.1 on Hugging Face - It's Here!
|
| 6 |
+
|
| 7 |
+
Hey Hugging Face Hackers!
|
| 8 |
+
|
| 9 |
+
The latest and greatest, OpenDalle v1.1, has officially landed in the Hugging Face universe! After the rollercoaster ride from v1.0, I've been buzzing around, tweaking and tuning to bring you something even more awesome. Let's jump into the juicy details!
|
| 10 |
+
The Lowdown on v1.1
|
| 11 |
+
Realism & Style: Turned Up to 11
|
| 12 |
+
|
| 13 |
+
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!
|
| 14 |
+
Prompt Loyalty: Our Heartbeat
|
| 15 |
+
|
| 16 |
+
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.
|
| 17 |
+
Where We Stand: The Cool Middle Kid
|
| 18 |
+
|
| 19 |
+
Here's the scoop: OpenDalle v1.1 is proudly strutting a notch above SDXL. While DALLE-3 is still the big cheese, we're hot on its heels. Think of us as the cool, savvy middle sibling, rocking both brains and beauty.
|