Instructions to use Qilex/magic-diffusion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Qilex/magic-diffusion with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Qilex/magic-diffusion", 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
Update README.md
Browse files
README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
language:
|
| 3 |
- en
|
| 4 |
license: creativeml-openrail-m
|
| 5 |
-
|
| 6 |
tags:
|
| 7 |
- stable-diffusion
|
| 8 |
- text-to-image
|
|
@@ -16,9 +16,9 @@ Use the tokens **_mtg style_** in your prompts.
|
|
| 16 |
|
| 17 |
It does not have additional knowledge of Magic-specific terms.
|
| 18 |
|
| 19 |
-
**
|
| 20 |

|
| 21 |
-
**Non-
|
| 22 |

|
| 23 |
|
| 24 |
|
|
|
|
| 2 |
language:
|
| 3 |
- en
|
| 4 |
license: creativeml-openrail-m
|
| 5 |
+
thumbnail: "https://huggingface.co/Qilex/magic-diffusion/resolve/main/guys.png"
|
| 6 |
tags:
|
| 7 |
- stable-diffusion
|
| 8 |
- text-to-image
|
|
|
|
| 16 |
|
| 17 |
It does not have additional knowledge of Magic-specific terms.
|
| 18 |
|
| 19 |
+
**Characters rendered with the model:**
|
| 20 |

|
| 21 |
+
**Non-characters rendered with the model:**
|
| 22 |

|
| 23 |
|
| 24 |
|