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/RainbowClassicAnime", dtype=torch.bfloat16, device_map="cuda")

prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]

RainbowClassicAnime

A mix of Rainbowpatch 1.0 by Patchmonk at https://civitai.com/models/5528/rainbowpatch and the DucHaiten Classic Anime fp16-no ema model version at https://civitai.com/models/8542?modelVersionId=16168

Use "Rainbowpatch" and/or "(80s anime style)" at the beginning of the prompt to enhance the effect. You can also use "(gtav style)" instead of (80s anime style).

If you like DucHaiten's content, support them at: https://linktr.ee/Duc_Haiten

Downloads last month
4
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Spaces using Yntec/RainbowClassicAnime 54