Instructions to use EnD-Diffusers/Porcelain-Dusk-Mix-V1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use EnD-Diffusers/Porcelain-Dusk-Mix-V1 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/Porcelain-Dusk-Mix-V1", 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 ·
dcb1054
1
Parent(s): e3a4f14
Update README.md
Browse files
README.md
CHANGED
|
@@ -12,7 +12,7 @@ tags:
|
|
| 12 |
---
|
| 13 |
# Duskfall's Digital Fantasy MERGE model by Duskfallcrew with Anything 3.0 and Something 2.2 in the Mix
|
| 14 |
|
| 15 |
-
You run your new concept via diffusers Colab Notebook for Inference. Don't forget to use the concept prompts!
|
| 16 |
|
| 17 |
Original model here: https://huggingface.co/Duskfallcrew/duskfall-s-digital-fantasy
|
| 18 |
|
|
|
|
| 12 |
---
|
| 13 |
# Duskfall's Digital Fantasy MERGE model by Duskfallcrew with Anything 3.0 and Something 2.2 in the Mix
|
| 14 |
|
| 15 |
+
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!
|
| 16 |
|
| 17 |
Original model here: https://huggingface.co/Duskfallcrew/duskfall-s-digital-fantasy
|
| 18 |
|