import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("Theodora527/Amphibia-Diffusion", dtype=torch.bfloat16, device_map="cuda")
prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]Use "amphibia" as token. So something like "amphibia, a woman with short puffy hair" or "amphibia, a castle in the middle of a swamp"
- Downloads last month
- 23