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
|
@@ -54,9 +54,9 @@ Top left: healthy beet juice chocolate smoothie
|
|
| 54 |
|
| 55 |
Top right: full grill full of meat and veggies. fire
|
| 56 |
|
| 57 |
-
Bottom left:
|
| 58 |
|
| 59 |
-
Bottom right:
|
| 60 |
|
| 61 |

|
| 62 |
|
|
|
|
| 54 |
|
| 55 |
Top right: full grill full of meat and veggies. fire
|
| 56 |
|
| 57 |
+
Bottom left: giant sushi, behind the mountains
|
| 58 |
|
| 59 |
+
Bottom right: chocolate popsicle surrounded by rainbow sprinkles
|
| 60 |
|
| 61 |

|
| 62 |
|