Instructions to use EnD-Diffusers/duskfall-s-digital-fantasy with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use EnD-Diffusers/duskfall-s-digital-fantasy 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-s-digital-fantasy", dtype=torch.bfloat16, device_map="cuda") prompt = "digidsk1" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Commit ·
892139d
1
Parent(s): 613ec11
Update README.md
Browse files
README.md
CHANGED
|
@@ -9,6 +9,8 @@ widget:
|
|
| 9 |
|
| 10 |
You run your new concept via `diffusers` [Colab Notebook for Inference](https://colab.research.google.com/github/huggingface/notebooks/blob/main/diffusers/sd_dreambooth_inference.ipynb). Don't forget to use the concept prompts!
|
| 11 |
|
|
|
|
|
|
|
| 12 |
All samples and info are here:
|
| 13 |
|
| 14 |
https://civitai.com/user/duskfallcrew
|
|
|
|
| 9 |
|
| 10 |
You run your new concept via `diffusers` [Colab Notebook for Inference](https://colab.research.google.com/github/huggingface/notebooks/blob/main/diffusers/sd_dreambooth_inference.ipynb). Don't forget to use the concept prompts!
|
| 11 |
|
| 12 |
+
WARNING: This model PRODUCES A LOT OF ARTIFACTS adn does not repsond well to prompting. It is up to you if you merge or use, let me know if you get it to stop having rabies.
|
| 13 |
+
|
| 14 |
All samples and info are here:
|
| 15 |
|
| 16 |
https://civitai.com/user/duskfallcrew
|