Text-to-Image
Diffusers
ONNX
Safetensors
OpenVINO
English
StableDiffusionPipeline
art
anime
stable diffusion
Instructions to use Disty0/SoteMixV3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Disty0/SoteMixV3 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/SoteMixV3", torch_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
|
@@ -30,7 +30,7 @@ Do not use any negative embeddings.
|
|
| 30 |
|
| 31 |
Sampler: `Euler a`
|
| 32 |
Steps: `30-40`
|
| 33 |
-
Clip Skip: `1`
|
| 34 |
CFG: `4-7`
|
| 35 |
Base Resolution: `512x` / `768x` / `1024x` / `768x1280` / `960x1280` / `1024x1536` / `1920x1080`
|
| 36 |
Model can still be chaotic at `1024x1536` and `1920x1080`.
|
|
|
|
| 30 |
|
| 31 |
Sampler: `Euler a`
|
| 32 |
Steps: `30-40`
|
| 33 |
+
Clip Skip: `1` or `2`
|
| 34 |
CFG: `4-7`
|
| 35 |
Base Resolution: `512x` / `768x` / `1024x` / `768x1280` / `960x1280` / `1024x1536` / `1920x1080`
|
| 36 |
Model can still be chaotic at `1024x1536` and `1920x1080`.
|