Text-to-Image
Diffusers
Safetensors
English
StableDiffusionPipeline
General
Photorealistic
Sexy
Girls
CornmeisterNL
SG161222
wavymulder
stable-diffusion
stable-diffusion-diffusers
Instructions to use Yntec/Paramount with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Yntec/Paramount 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/Paramount", 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
|
@@ -24,6 +24,18 @@ Samples and prompts:
|
|
| 24 |
|
| 25 |
(Under reconstruction)
|
| 26 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 27 |
Original pages:
|
| 28 |
|
| 29 |
https://civitai.com/models/8030?modelVersionId=9519 (Analog Madness 1.1)
|
|
|
|
| 24 |
|
| 25 |
(Under reconstruction)
|
| 26 |
|
| 27 |
+

|
| 28 |
+
|
| 29 |
+
(Click for larger)
|
| 30 |
+
|
| 31 |
+
Top left: young husband with beautiful wife. 1989 movie screenshot. festive scene at a copper brewery with a wooden keg of beer in the center. sitting cute girl. Display mugs of dark beer. faces. accompanied Shirley by halloween ingredients
|
| 32 |
+
|
| 33 |
+
Top right: blonde pretty Princess Peach in the mushroom kingdom. golden bikini
|
| 34 |
+
|
| 35 |
+
Bottom left: absurdres, adorable cute harley quinn, at night, dark alley, moon, :) red ponytail, blonde ponytail, in matte black hardsuit, military, roughed up, bat, city fog,
|
| 36 |
+
|
| 37 |
+
Bottom right: film grain, PARTY HARD BACKGROUND, portrait young guy with pretty cute little daughter in Zone 51, Extraterrestrial, Alien Space Ship Delivering Christmas Presents, Alien Space Ship Decorated With Garlands and Christmas Balls, Snowstorm kodachrome camera transparency, dramatic lighting
|
| 38 |
+
|
| 39 |
Original pages:
|
| 40 |
|
| 41 |
https://civitai.com/models/8030?modelVersionId=9519 (Analog Madness 1.1)
|