Text-to-Image
Diffusers
Safetensors
English
stable-diffusion
stable-diffusion-diffusers
artwork
HDR photography
photos
Instructions to use Dunkindont/Foto-Assisted-Diffusion-FAD_V0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Dunkindont/Foto-Assisted-Diffusion-FAD_V0 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Dunkindont/Foto-Assisted-Diffusion-FAD_V0", 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
Commit ·
e116292
1
Parent(s): 2d86c4e
Update ReadMe
Browse files
README.md
CHANGED
|
@@ -21,7 +21,7 @@ Merged with one of my own models for illustrations and drawings, to increase fle
|
|
| 21 |
* **No additional licensing**
|
| 22 |
* **Multi-resolution support**
|
| 23 |
* **HDR Photorealistic Outputs**
|
| 24 |
-
* [**Spreadsheet with supported resolutions, keywords for prompting and other useful hints/tips**](https://docs.google.com/spreadsheets/d/1RGRLZhgiFtLMm5Pg8qK0YMc6wr6uvj9-XdiFM877Pp0/edit#gid=
|
| 25 |
|
| 26 |
Below you will find some example cards that this model is capable of outputting:
|
| 27 |
## 768x768 Food
|
|
|
|
| 21 |
* **No additional licensing**
|
| 22 |
* **Multi-resolution support**
|
| 23 |
* **HDR Photorealistic Outputs**
|
| 24 |
+
* [**Spreadsheet with supported resolutions, keywords for prompting and other useful hints/tips**](https://docs.google.com/spreadsheets/d/1RGRLZhgiFtLMm5Pg8qK0YMc6wr6uvj9-XdiFM877Pp0/edit#gid=364842308)
|
| 25 |
|
| 26 |
Below you will find some example cards that this model is capable of outputting:
|
| 27 |
## 768x768 Food
|