Instructions to use FradigmaDangerYT/dalle-e-mini with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use FradigmaDangerYT/dalle-e-mini with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("dalle-mini/dalle-mini", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("FradigmaDangerYT/dalle-e-mini") prompt = "Tree in the ocean " image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add 2 files
Browse files- Models.zip +3 -0
- images/image (1).webp +3 -0
Models.zip
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:972fc38fd3b5c9c865868a753e0d1bb170d3a924f76c05967fb1adb6e4260c68
|
| 3 |
+
size 20559758
|
images/image (1).webp
ADDED
|
Git LFS Details
|