Text-to-Image
Diffusers
Safetensors
English
StableDiffusionXLPipeline
stable-diffusion
stable-diffusion-xl
anime
realistic
photorealistic
girls
anatomy
details
gradients
dynamic range
illustrious
import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("willseijits/hhv13", dtype=torch.bfloat16, device_map="cuda")
prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]Original model is here. This model created by Stable_Yogi.
- Downloads last month
- -
Model tree for willseijits/hhv13
Base model
KBlueLeaf/kohaku-xl-beta5