import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("vodanh/mahfok", dtype=torch.bfloat16, device_map="cuda")
prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]Model Description
- merged model.
- realistic texture and Asian face.
- designed to maintain a responsive reaction to danbooru based prompts.
Gradio
We support a Gradio Web UI to run basil_mix:
Recommendations
- VAE: vae-ft-mse-840000 from StabilityAI
- Prompting: Simple prompts are better. Large amounts of quality tags and negative prompts can have negative effects.
- Downloads last month
- 20