Text-to-Image
Diffusers
Safetensors
StableDiffusionPipeline
stable-diffusion
stable-diffusion-diffusers
duchaiten
rainbowpatch
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