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
File size: 3,093 Bytes
2d86c4e 6a4282d 2d86c4e 6a4282d 2d86c4e 6a4282d 2d86c4e 6a4282d 2d86c4e 3f110c1 2d86c4e 3f110c1 2d86c4e 3f110c1 476e488 e116292 2d86c4e 34d17b6 214da58 2d86c4e 5755e84 2d86c4e 5755e84 2d86c4e 5755e84 2d86c4e 5755e84 2d86c4e 5755e84 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 | ---
license: creativeml-openrail-m
language:
- en
tags:
- stable-diffusion
- stable-diffusion-diffusers
- text-to-image
- safetensors
- diffusers
- artwork
- HDR photography
- safetensors
- photos
inference: true
---
# Foto Assisted Diffusion (FAD)_V0
This model is meant to mimic a modern HDR photography style
It was trained on 600 HDR images on SD1.5 and works best at **768x768** resolutions
Merged with one of my own models for illustrations and drawings, to increase flexibility
# Features:
* **No additional licensing**
* **Multi-resolution support**
* **HDR photographic outputs**
* **No Hi-Res fix required**
* [**Spreadsheet with supported resolutions, keywords for prompting and other useful hints/tips**](https://docs.google.com/spreadsheets/d/1RGRLZhgiFtLMm5Pg8qK0YMc6wr6uvj9-XdiFM877Pp0/edit#gid=364842308)
# Example Cards:
Below you will find some example cards that this model is capable of outputting.
You can acquire the images used here: [HF](https://huggingface.co/Dunkindont/Foto-Assisted-Diffusion-FAD_V0/tree/main/Model%20Examples) or
[Google Drive](https://docs.google.com/spreadsheets/d/1RGRLZhgiFtLMm5Pg8qK0YMc6wr6uvj9-XdiFM877Pp0/edit#gid=364842308).
Google Drive gives you them all at once without needing to clone the repo, which is easier.
If you decide to clone it, set ``` GIT_LFS_SKIP_SMUDGE=1 ``` to skip downloading large files
Place them into an EXIF viewer such as the built in "PNG Info" tab in the popular Auto1111 repository to quickly copy the parameters and replicate them!
## 768x768 Food
<img src="https://huggingface.co/Dunkindont/Foto-Assisted-Diffusion-FAD_V0/resolve/main/768x768%20Food.jpg" style="max-width: 800px;" width="100%"/>
## 768x768 Landscapes
<img src="https://huggingface.co/Dunkindont/Foto-Assisted-Diffusion-FAD_V0/resolve/main/768x768%20Landscapes.jpg" style="max-width: 800px;" width="100%"/>
## 768x768 People
<img src="https://huggingface.co/Dunkindont/Foto-Assisted-Diffusion-FAD_V0/resolve/main/768x768%20People.jpg" style="max-width: 800px;" width="100%"/>
## 768x768 Random
<img src="https://huggingface.co/Dunkindont/Foto-Assisted-Diffusion-FAD_V0/resolve/main/768x768%20Random.jpg" style="max-width: 800px;" width="100%"/>
## 512x512 Artwork
<img src="https://huggingface.co/Dunkindont/Foto-Assisted-Diffusion-FAD_V0/resolve/main/512x512%20Artwork.jpg" style="max-width: 800px;" width="100%"/>
## 512x512 Photos
<img src="https://huggingface.co/Dunkindont/Foto-Assisted-Diffusion-FAD_V0/resolve/main/512x512%20Photo.jpg" style="max-width: 800px;" width="100%"/>
## Cloud Support
Sinkin kindly hosted our model. [Click here to run it on the cloud](https://sinkin.ai/m/V6vYoaL)!
## License
*My motivation for making this model was to have a free, non-restricted model for the community to use and for startups.*
*I was noticing the models people gravitated towards, were merged models which had prior license requirements from the people who trained them.*
*This was just a fun project I put together for you guys.*
*My fun ended when I posted the results :D*
*Enjoy! Sharing is caring :)* |