Instructions to use Mitsua/mitsua-diffusion-one with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Mitsua/mitsua-diffusion-one with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Mitsua/mitsua-diffusion-one", 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
|
@@ -80,8 +80,8 @@ Approx 11M images in total with data augmentation.
|
|
| 80 |
- 0.20887965 (vs Stable Diffusion v.1.4)
|
| 81 |
- All fine-tuned variant would have over 0.90
|
| 82 |
- U-Net
|
| 83 |
-
- 0.
|
| 84 |
-
- 0.
|
| 85 |
- All fine-tuned variant would have over 0.99
|
| 86 |
|
| 87 |
## Developed by
|
|
|
|
| 80 |
- 0.20887965 (vs Stable Diffusion v.1.4)
|
| 81 |
- All fine-tuned variant would have over 0.90
|
| 82 |
- U-Net
|
| 83 |
+
- 0.07097270 (vs Stable Diffusion v2.1 base)
|
| 84 |
+
- 0.08351029 (vs Stable Diffusion v.1.4)
|
| 85 |
- All fine-tuned variant would have over 0.99
|
| 86 |
|
| 87 |
## Developed by
|