Wizard's Spellbook: Animorph
Prompt
animorph wizard whitebeard morphing into a Persian cat, step-by-step transformation, dark background
Prompt
animorph wizard whitebeard morphing into a Hedgehog, step-by-step transformation, dark background
Prompt
animorph president morphing into Walrus, step-by-step transformation
Prompt
animorph Senator morphing into Chinchilla, step-by-step transformation
Prompt
animorph Batman morphing into a bath tub, step-by-step transformation, dark background, title text reads "BATH MAN"
Prompt
animorph Darth Vader morphing into Man-Thing, step-by-step transformation, dark background
Prompt
a harlequin romance book cover with the title "BATH MAN", depicting animorph Batman morphing into a bath tub, step-by-step transformation
Prompt
animorph Superman morphing into a man eating dinner, step-by-step transformation, dark background, title text reads "SUPPER MAN". Subtitle text say "nobody knew who the mystey patron was"
Prompt
animorph Superman morphing into a man eating dinner, step-by-step transformation, dark background, title text reads "SUPPER MAN"
Prompt
animorph, Cinematic photo of a long-haired handsome man, he is morphing into an old bald bearded slob, step-by-step transformation, black background,
Prompt
animorph *douche* morphing into a fat *douche* in clown makeup, step-by-step transformation, dark background
Prompt
animorph, a fat man morphing into a pale Budgett's Frog, step-by-step transformation, dark background. Title reads "When It's Wednesday, and the dudes are not aware" in a bold white font.
Prompt
animorph, man holding sign saying "Your BUZZ" morphing into an old wizard with a sign that reads "My Buzz", step-by-step transformation, dark background. The wizard has a long white beard and wears a large brimmed wizard's hat
Prompt
animorph, Optimus Prime morphing into a kenworth k100 truck, step-by-step transformation, dark background
(CivitAI )
Model description
The Wizard's Shapeshifting Spell – now available for the general public.
Just utter the words; Animorph, X morphing into Y,
and maybe step-by-step transformation
It is a powerful spell, so I suggest you start at a strength-level of 0.8
Trigger words
You should use animorph,
, Y morphing into X
, step-by-step transformation
to trigger the image generation.
Download model
Weights for this model are available in Safetensors format.
Download them in the Files & versions tab.
from diffusers import AutoPipelineForText2Image
import torch
device = "cuda" if torch.cuda.is_available() else "cpu"
pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev' , torch_dtype=torch.bfloat16).to(device)
pipeline.load_lora_weights('WizWhite/wizard-s-spellbook-animorph' , weight_name='ANIMORPH-000009.safetensors' )
image = pipeline('animorph, Optimus Prime morphing into a kenworth k100 truck, step-by-step transformation, dark background
' ).images[0 ]
For more details, including weighting, merging and fusing LoRAs, check the documentation on loading LoRAs in diffusers