SoteDiffusion Wuerstchen3
Collection
Anime Finetune of Würstchen V3 • 15 items • Updated • 1
import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("Disty0/sotediffusion-wuerstchen3-alpha2-decoder", dtype=torch.bfloat16, device_map="cuda")
prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]Anime finetune of Würstchen V3.
Currently is in early state in training.
No commercial use thanks to StabilityAI.
Please refer to the main model: https://huggingface.co/Disty0/sotediffusion-wuerstchen3-alpha2
The same decoder as Alpha1 Decoder but changed the VQGAN model with: https://huggingface.co/madebyollin/stage-a-ft-hq
SoteDiffusion models falls under Fair AI Public License 1.0-SD license, which is compatible with Stable Diffusion models’ license. Key points:
Notes: Anything not covered by Fair AI license is inherited from Stability AI Non-Commercial license which is named as LICENSE_INHERIT. Meaning, still no commercial use of any kind.