Text-to-Image
Diffusers
Safetensors
English
StableDiffusionPipeline
Photorealistic
Sexy
Female
weed
stable-diffusion
stable-diffusion-diffusers
import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("Yntec/humu", dtype=torch.bfloat16, device_map="cuda")
prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]humu
This model with the MoistV2VAE baked in.
Preview and prompt:
CUTE Pretty girl of artwork mini style by gaston bussiere, sitting IN GOLDEN RING in CUTE KITCHEN, A wholesome animation key shot at computer monitor, studio ghibli, pixar and disney animation, anime key art by Clay Mann and maple story, style of ROSSDRAWS, soft lighting, soft shade,
Original page:
- Downloads last month
- 20
