import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("RazzzHF/Amano-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 yoshitakaamano artstyle in your prompt
Update 2002-10-28: 1 new version are added
yoshitakaamano_artstyle_darkedition: A broader, darker and often monochrome version of Amano art style.
Tips: If you find face to be washed out, use overexposed in your negative prompt
White background and colorful are two modifiers that will trigger his other art style
Art Examples:
Final Fantasy
Dragon
White background prompt modifier
Colorful prompt modifier
Overexposed negative prompt
- Downloads last month
- 21









