Text-to-Image
Diffusers
Safetensors
StableDiffusionPipeline
stable-diffusion
stable-diffusion-diffusers
Instructions to use CompVis/stable-diffusion-v1-4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use CompVis/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("CompVis/stable-diffusion-v1-4", dtype=torch.bfloat16, device_map="cuda") prompt = "A high tech solarpunk utopia in the Amazon rainforest" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Commit ·
21b2071
1
Parent(s): 48d3f1b
Update README.md
Browse files
README.md
CHANGED
|
@@ -196,7 +196,7 @@ Evaluations with different classifier-free guidance scales (1.5, 2.0, 3.0, 4.0,
|
|
| 196 |
5.0, 6.0, 7.0, 8.0) and 50 PLMS sampling
|
| 197 |
steps show the relative improvements of the checkpoints:
|
| 198 |
|
| 199 |
-

|
| 200 |
|
| 201 |
Evaluated using 50 PLMS steps and 10000 random prompts from the COCO2017 validation set, evaluated at 512x512 resolution. Not optimized for FID scores.
|
| 202 |
## Environmental Impact
|
|
|
|
| 196 |
5.0, 6.0, 7.0, 8.0) and 50 PLMS sampling
|
| 197 |
steps show the relative improvements of the checkpoints:
|
| 198 |
|
| 199 |
+

|
| 200 |
|
| 201 |
Evaluated using 50 PLMS steps and 10000 random prompts from the COCO2017 validation set, evaluated at 512x512 resolution. Not optimized for FID scores.
|
| 202 |
## Environmental Impact
|