Instructions to use ProGamerGov/Min-Illust-Background-Diffusion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use ProGamerGov/Min-Illust-Background-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("ProGamerGov/Min-Illust-Background-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
- Draw Things
- DiffusionBee
Commit ·
4208e19
1
Parent(s): 7a148a5
Improve ReadMe
Browse files
README.md
CHANGED
|
@@ -24,10 +24,10 @@ This model will likely not perform well on generating portraits and related task
|
|
| 24 |
* [Full Image](https://huggingface.co/ProGamerGov/Min-Illust-Background-Diffusion/resolve/main/v1_size_512x512_t4x10.png)
|
| 25 |
|
| 26 |
<div align="center">
|
| 27 |
-
<img src="https://huggingface.co/ProGamerGov/Min-Illust-Background-Diffusion/resolve/main/
|
| 28 |
</div>
|
| 29 |
|
| 30 |
-
* [Full Image](https://huggingface.co/ProGamerGov/Min-Illust-Background-Diffusion/resolve/main/
|
| 31 |
|
| 32 |
|
| 33 |
Example images were generated with the v1 2250 iteration model using 50 steps of DPM++ 2M Karras with a format of:
|
|
|
|
| 24 |
* [Full Image](https://huggingface.co/ProGamerGov/Min-Illust-Background-Diffusion/resolve/main/v1_size_512x512_t4x10.png)
|
| 25 |
|
| 26 |
<div align="center">
|
| 27 |
+
<img src="https://huggingface.co/ProGamerGov/Min-Illust-Background-Diffusion/resolve/main/v1_512x512_t4x5.png">
|
| 28 |
</div>
|
| 29 |
|
| 30 |
+
* [Full Image](https://huggingface.co/ProGamerGov/Min-Illust-Background-Diffusion/resolve/main/v1_512x512_t4x5.png)
|
| 31 |
|
| 32 |
|
| 33 |
Example images were generated with the v1 2250 iteration model using 50 steps of DPM++ 2M Karras with a format of:
|