Instructions to use AnasHXH/stable-diffusion-v1-4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use AnasHXH/stable-diffusion-v1-4 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("AnasHXH/stable-diffusion-v1-4", 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
Epoch 8
Browse files
.gitattributes
CHANGED
|
@@ -37,3 +37,4 @@ samples/0003.png filter=lfs diff=lfs merge=lfs -text
|
|
| 37 |
samples/0000.png filter=lfs diff=lfs merge=lfs -text
|
| 38 |
samples/0002.png filter=lfs diff=lfs merge=lfs -text
|
| 39 |
samples/0005.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 37 |
samples/0000.png filter=lfs diff=lfs merge=lfs -text
|
| 38 |
samples/0002.png filter=lfs diff=lfs merge=lfs -text
|
| 39 |
samples/0005.png filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
samples/0008.png filter=lfs diff=lfs merge=lfs -text
|
logs/train_example/events.out.tfevents.1674976643.ab31301080b7.1111.0
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:63ee474dbfd1d59372e4ac7046410cea49c5d31eef43c478a1b7d6569b9f8be9
|
| 3 |
+
size 142525
|
samples/0008.png
ADDED
|
Git LFS Details
|
unet/diffusion_pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 454867325
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:26cdf13f38f9e0605af2ab981642f3066a1dfd24a1cdcbd7377841ebdd3d905f
|
| 3 |
size 454867325
|