How to use from the
Use from the
Diffusers library
pip install -U diffusers transformers accelerate
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:

image/png

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
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Spaces using Yntec/IronCatFateToons 46