Text-to-Image
Diffusers
Safetensors
English
StableDiffusionPipeline
stable-diffusion
stable-diffusion-diffusers
artwork
HDR photography
photos
Dunkindont
Instructions to use Yntec/foto-assisted-diffusion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Yntec/foto-assisted-diffusion 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/foto-assisted-diffusion", 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
|
@@ -120,6 +120,8 @@ Bottom right: a painting of a beautiful young girl with cleavage. Skirt
|
|
| 120 |
|
| 121 |

|
| 122 |
|
|
|
|
|
|
|
| 123 |
Top left: intricate pirate ship under a vast magical starry sky with eclipse, detailed, wallpaper, 1920x1080, hd, desktop background, vivid, Blue Night Star Dream Backdrop
|
| 124 |
|
| 125 |
Top right: close up of two pretty cute young girls, indian wearing a red dress, centered, little afrikaan friend with long hair, behind busy street, (high detailed skin:1.2), film grain, Fujifilm XT3, (high detailed face:1.3)
|
|
@@ -128,7 +130,7 @@ Bottom left: ladies as close Catwoman and Harley Quinn from the 2004 movie. up,
|
|
| 128 |
|
| 129 |
Bottom right: an amazing close up photo of a detailed teal porsche 911 on a curvy, asphalt road, mountain
|
| 130 |
|
| 131 |
-
* - Examples weren't really generated in real time, but the thrill and excitement was the same!
|
| 132 |
|
| 133 |
- Source:
|
| 134 |
|
|
|
|
| 120 |
|
| 121 |

|
| 122 |
|
| 123 |
+
(Click for larger)
|
| 124 |
+
|
| 125 |
Top left: intricate pirate ship under a vast magical starry sky with eclipse, detailed, wallpaper, 1920x1080, hd, desktop background, vivid, Blue Night Star Dream Backdrop
|
| 126 |
|
| 127 |
Top right: close up of two pretty cute young girls, indian wearing a red dress, centered, little afrikaan friend with long hair, behind busy street, (high detailed skin:1.2), film grain, Fujifilm XT3, (high detailed face:1.3)
|
|
|
|
| 130 |
|
| 131 |
Bottom right: an amazing close up photo of a detailed teal porsche 911 on a curvy, asphalt road, mountain
|
| 132 |
|
| 133 |
+
* - *Examples weren't really generated in real time, but the thrill and excitement was the same!
|
| 134 |
|
| 135 |
- Source:
|
| 136 |
|