Instructions to use EnD-Diffusers/Duskfall_art_V3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use EnD-Diffusers/Duskfall_art_V3 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("EnD-Diffusers/Duskfall_art_V3", 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
|
@@ -12,6 +12,7 @@ tags:
|
|
| 12 |
- stable diffusion
|
| 13 |
---
|
| 14 |
Duskfallcrew Art Style
|
|
|
|
| 15 |
[](https://ko-fi.com/Z8Z8L4EO)
|
| 16 |
|
| 17 |
This is largely backing off the Duskfall model that had Crystal and Sudachi in it but also had a re-merge iwth Ikena's sudachi model, and then we re-merged it with a recent one that was similar but earleir verions had the v2 and v3 lora, and the recent one has the v4 lora attached - its' complex and convoluted we know. It largely has a similar back mix and might have other models of ours in it, we're aware we only created the monstrosity to test - and liked it far too much
|
|
|
|
| 12 |
- stable diffusion
|
| 13 |
---
|
| 14 |
Duskfallcrew Art Style
|
| 15 |
+
Join our discord: https://discord.gg/HhBSvM9gBY
|
| 16 |
[](https://ko-fi.com/Z8Z8L4EO)
|
| 17 |
|
| 18 |
This is largely backing off the Duskfall model that had Crystal and Sudachi in it but also had a re-merge iwth Ikena's sudachi model, and then we re-merged it with a recent one that was similar but earleir verions had the v2 and v3 lora, and the recent one has the v4 lora attached - its' complex and convoluted we know. It largely has a similar back mix and might have other models of ours in it, we're aware we only created the monstrosity to test - and liked it far too much
|