Text-to-Image
Diffusers
ONNX
Safetensors
OpenVINO
English
StableDiffusionPipeline
art
anime
stable diffusion
Instructions to use Disty0/SoteMix with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Disty0/SoteMix 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/SoteMix", 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
| license: creativeml-openrail-m | |
| language: | |
| - en | |
| library_name: diffusers | |
| pipeline_tag: text-to-image | |
| tags: | |
| - art | |
| - anime | |
| - stable diffusion | |
| - openvino | |
| - onnx | |
| A Stable Diffusion 1.5 anime model. | |
| SoteMix V2 is available here: | |
| SoteMix V2 is trained at 1024x1536. | |
| https://huggingface.co/Disty0/SoteMixV2 | |
| StoteMix V1 LCM version is available here: | |
| https://huggingface.co/Disty0/LCM_SoteMix | |
| Positive Prompts: | |
| ``` | |
| (masterpiece, best quality, highres), 1girl, | |
| ``` | |
| Negative Prompts: | |
| ``` | |
| (worst quality, low quality, lowres), zombie, interlocked fingers, | |
| ``` | |
| Sampler: `Euler a` | |
| Steps: `30-40` | |
| Clip Skip: `1` | |
| CFG: `7` | |
| Base Resolution: `512x` / `768x` / `1024x` / `768x1280` | |
| Second Pass / Hires: | |
| Sampler: `Euler` / `Euler a` | |
| Steps: `10` with `Euler` / `20` with `Euler a` | |
| Upscaler: `RealESRGAN 4x+ Anime6B` / `ESRGAN 4x-AnimeSharp` with 0.3-0.4 denoise strength. | |
| CFG: `11` | |
| Resolution: `2x` of the base resolution. | |
| Mege: | |
| ``` | |
| 0.7(0.75(0.75(0.75(0.75(0.75(0.5(SomethingV2_2) + 0.5(meinapastel_v5Anime)) + 0.25(meinaalter_v2)) + 0.25(meinamix_meinaV9)) + 0.25(nyanMix_230303Intense)) + 0.25(mixProV4_v4)) + 0.25(breakdomain_M2150)) + 0.3(0.4(SomethingV2_2) + 0.6(meinapastel_v5Anime)) | |
| ``` | |
| And baked in Blessed2 VAE | |
|  | |