Text-to-Image
Diffusers
Safetensors
English
StableDiffusionPipeline
Analog Photography
Vintage
General
Sexy
Girls
wavymulder
CornmeisterNL
SG161222
stable-diffusion
stable-diffusion-diffusers
Instructions to use Yntec/Analog with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Yntec/Analog with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Yntec/Analog", 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
Update README.md
Browse files
README.md
CHANGED
|
@@ -22,6 +22,8 @@ inference: true
|
|
| 22 |
|
| 23 |
A mix of Analog Diffusion, Paramount (which includes the Analog Madness and Paragon models) and ParagonAlpha (as negative merge).
|
| 24 |
|
|
|
|
|
|
|
| 25 |

|
| 26 |
|
| 27 |
(Click for larger)
|
|
|
|
| 22 |
|
| 23 |
A mix of Analog Diffusion, Paramount (which includes the Analog Madness and Paragon models) and ParagonAlpha (as negative merge).
|
| 24 |
|
| 25 |
+
Samples and prompts:
|
| 26 |
+
|
| 27 |

|
| 28 |
|
| 29 |
(Click for larger)
|