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
|
@@ -68,7 +68,7 @@ Top right: delicious plate of pepperoni pizza with green peppers
|
|
| 68 |
|
| 69 |
Bottom left: spanakopita on a plate. shrimps
|
| 70 |
|
| 71 |
-
Bottom right: a pretty cute indian girl wearing an apron
|
| 72 |
|
| 73 |

|
| 74 |
|
|
|
|
| 68 |
|
| 69 |
Bottom left: spanakopita on a plate. shrimps
|
| 70 |
|
| 71 |
+
Bottom right: a pretty cute indian girl wearing an apron. Cooking
|
| 72 |
|
| 73 |

|
| 74 |
|