Text-to-Image
Diffusers
Safetensors
StableDiffusionPipeline
stable-diffusion
stable-diffusion-diffusers
Instructions to use Narsil/stable-diffusion-v1-4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Narsil/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("Narsil/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
- Local Apps
- Draw Things
- DiffusionBee
Adding `safetensors` variant of this model
#1
by Narsil - opened
safety_checker/pytorch_model.bin.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:69c4f8737c7620a738704911a1c7be4dce7bad37bead09e9e499da8810ffb26d
|
| 3 |
+
size 608018446
|
text_encoder/pytorch_model.bin.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fc83cf401d930147807e7c44021c164bcc5508c9d4cc0ff35f4e354685ca9cd0
|
| 3 |
+
size 246144867
|
unet/diffusion_pytorch_model.bin.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cec6c50da7aeb8b06f119b77688ac94454fefc067ea9171669ddf7d97d4fcc5a
|
| 3 |
+
size 1719125302
|
vae/diffusion_pytorch_model.bin.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ed0cc0427bfad9d8e3ffb6b7b557bccb40e676ef97b0b27a1fff7b5b10360e3b
|
| 3 |
+
size 167335346
|