Text-to-Image
Diffusers
Safetensors
English
StableDiffusionPipeline
Base Model
Women
Girls
SG161222
stable-diffusion
stable-diffusion-diffusers
Instructions to use Yntec/Paragon with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Yntec/Paragon 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/Paragon", 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 Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -20,8 +20,12 @@ license: creativeml-openrail-m
|
|
| 20 |
|
| 21 |
Original page: https://huggingface.co/SG161222/Paragon_V1.0
|
| 22 |
|
|
|
|
|
|
|
| 23 |

|
| 24 |
|
|
|
|
|
|
|
| 25 |
Top left: closeup photo of a penguin riding motorcycle, forest, haze, halation, bloom, dramatic atmosphere, centred, rule of thirds, 200mm 1.4f macro shot
|
| 26 |
|
| 27 |
Top right: Focused gaze, boxer stance, black gloves with red accents, pretty cute girl with intense eyes, close-up, shallow depth of field, high contrast, cool color temperature, direct lighting, sharp focus on eyes, blurred foreground sparring glove, dynamic tension, determination, sweat-glistening skin, peek-through composition, anticipation atmosphere, gym setting suggested, personal struggle narrative, resilience symbolism
|
|
|
|
| 20 |
|
| 21 |
Original page: https://huggingface.co/SG161222/Paragon_V1.0
|
| 22 |
|
| 23 |
+
Samples and prompts:
|
| 24 |
+
|
| 25 |

|
| 26 |
|
| 27 |
+
(Click for larger)
|
| 28 |
+
|
| 29 |
Top left: closeup photo of a penguin riding motorcycle, forest, haze, halation, bloom, dramatic atmosphere, centred, rule of thirds, 200mm 1.4f macro shot
|
| 30 |
|
| 31 |
Top right: Focused gaze, boxer stance, black gloves with red accents, pretty cute girl with intense eyes, close-up, shallow depth of field, high contrast, cool color temperature, direct lighting, sharp focus on eyes, blurred foreground sparring glove, dynamic tension, determination, sweat-glistening skin, peek-through composition, anticipation atmosphere, gym setting suggested, personal struggle narrative, resilience symbolism
|