Text-to-Image
Diffusers
ONNX
Safetensors
OpenVINO
English
StableDiffusionPipeline
art
anime
stable diffusion
Instructions to use Disty0/SoteMixV2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Disty0/SoteMixV2 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Disty0/SoteMixV2", 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
|
@@ -39,7 +39,7 @@ Resolution: `2x` of the base resolution.
|
|
| 39 |
|
| 40 |
|
| 41 |
For resolutions above 1024x1024:
|
| 42 |
-
|
| 43 |
Use very low denoise strength and steps. Don't go above `0.3` denoise and `10` steps.
|
| 44 |
Model can still be chaotic at `1024x1536` and `1920x1080`.
|
| 45 |
|
|
|
|
| 39 |
|
| 40 |
|
| 41 |
For resolutions above 1024x1024:
|
| 42 |
+
Use `HyperTile` size `512`, smaller sizes have very high tendency to burn the image above 2048x2048.
|
| 43 |
Use very low denoise strength and steps. Don't go above `0.3` denoise and `10` steps.
|
| 44 |
Model can still be chaotic at `1024x1536` and `1920x1080`.
|
| 45 |
|