Text-to-Image
Diffusers
Safetensors
StableDiffusionPipeline
Anime
Fate Stay Night
Vibrant Colors
IronCatMan
stable-diffusion
stable-diffusion-diffusers
import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("Yntec/IronCatFateToons", dtype=torch.bfloat16, device_map="cuda")
prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]IronCatFateToons
Original page: https://civitai.com/models/39284/ironcatfatetoon
Sample and prompt:
Beautiful close highly detailed portrait of a japanese pretty cute bulma from dbz cosplayer in her iconic signature main outfit. award-winning photography. xf iq4, 150mp, 50mm, f/1.4, iso 200, 1/160s, natural light, rule of thirds, symmetrical balance, depth layering, polarizing
- Downloads last month
- 9
