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 ·
5755e84
1
Parent(s): ef2e5f5
Update MeRead
Browse files
README.md
CHANGED
|
@@ -61,12 +61,16 @@ Place them into an EXIF viewer such as the built in "PNG Info" tab in the popula
|
|
| 61 |
## 512x512 Photos
|
| 62 |
<img src="https://huggingface.co/Dunkindont/Foto-Assisted-Diffusion-FAD_V0/resolve/main/512x512%20Photo.jpg" style="max-width: 800px;" width="100%"/>
|
| 63 |
|
|
|
|
|
|
|
| 64 |
|
|
|
|
|
|
|
| 65 |
|
| 66 |
-
|
| 67 |
|
| 68 |
-
|
| 69 |
|
| 70 |
-
|
| 71 |
-
|
| 72 |
-
|
|
|
|
| 61 |
## 512x512 Photos
|
| 62 |
<img src="https://huggingface.co/Dunkindont/Foto-Assisted-Diffusion-FAD_V0/resolve/main/512x512%20Photo.jpg" style="max-width: 800px;" width="100%"/>
|
| 63 |
|
| 64 |
+
## Cloud Support
|
| 65 |
+
Sinkin kindly hosted our model. [Click here to run it on the cloud](https://sinkin.ai/m/V6vYoaL)!
|
| 66 |
|
| 67 |
+
## License
|
| 68 |
+
*My motivation for making this model was to have a free, non-restricted model for the community to use and for startups.*
|
| 69 |
|
| 70 |
+
*I was noticing the models people gravitated towards, were merged models which had prior license requirements from the people who trained them.*
|
| 71 |
|
| 72 |
+
*This was just a fun project I put together for you guys.*
|
| 73 |
|
| 74 |
+
*My fun ended when I posted the results :D*
|
| 75 |
+
|
| 76 |
+
*Enjoy! Sharing is caring :)*
|