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

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

Reanimate

A mix of ReVAnimated by s6yx and Deliberate by XpucT to bring my favorite things from those models together! The zVAE is baked in.

Comparison

Comparison

(Click for larger)

Sample and prompt:

Sample

masterpiece,best quality, retro artstyle, a cute little witch's prophecy comes true, logo, 1980s /style/, cover

Recipe:

  • SuperMerger Weight sum Train Difference Use MBW 1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,1,1,1,1,0,1,1,0,1

Model A:

Deliberate

Model B:

ReVAnimated

Output Model:

Reanimate

  • Bake zVAE

Output Model:

ReanimateVAE

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

Spaces using Yntec/Reanimate 44