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
|
@@ -20,7 +20,7 @@ inference: true
|
|
| 20 |
|
| 21 |
# Analog
|
| 22 |
|
| 23 |
-
A mix of Analog Diffusion, Paramount Beta (which includes the Analog Madness and Paragon models) and
|
| 24 |
|
| 25 |
Samples and prompts:
|
| 26 |
|
|
|
|
| 20 |
|
| 21 |
# Analog
|
| 22 |
|
| 23 |
+
A mix of Analog Diffusion, Paramount Beta (which includes the Analog Madness and Paragon models) and Paramount Alpha (as negative merge).
|
| 24 |
|
| 25 |
Samples and prompts:
|
| 26 |
|