Text-to-Image
Diffusers
Safetensors
StableDiffusionPipeline
stable-diffusion
stable-diffusion-diffusers
MagicArt35
Instructions to use Achyuth4/ImMagician-Fantasy with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Achyuth4/ImMagician-Fantasy with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Achyuth4/ImMagician-Fantasy", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
N.Achyuth Reddy commited on
Commit ·
39846cd
1
Parent(s): c47e835
Upload 4 files
Browse files
vae/diffusion_pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0d479659e48fc08876f1e972360964f911b633ed4d0c2bff678eb7b9a3a94072
|
| 3 |
+
size 334712113
|
vae/diffusion_pytorch_model.fp16.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:401508e79e184dbcedb2e31ca3886c981675c6f1df1af539aa13c2195362440d
|
| 3 |
+
size 167405651
|
vae/diffusion_pytorch_model.fp16.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1f38cfa3470109af7e050bd57645e304b4d94ed591cd3f6791218be885f9bccd
|
| 3 |
+
size 167335342
|
vae/diffusion_pytorch_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9f3b3fe586da1db001cebf4e9d89fb6d113ccb5180c815cb03a4d55a04ceaec7
|
| 3 |
+
size 334643268
|