How to use from the
Use from the
Diffusers library
pip install -U diffusers transformers accelerate
import torch
from diffusers import DiffusionPipeline
from diffusers.utils import export_to_video

# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("Wan-AI/Wan2.1-T2V-1.3B", dtype=torch.bfloat16, device_map="cuda")
pipe.load_lora_weights("AlekseyCalvin/ACTsoonrWan1.3_IdentityLoRA")

prompt = "movie clip of [actsoonr], cinematic detailed close up scene of actsoonr the skeleton stylist, footage shot on a cell phone, tall, asymmetrical brown-hair, green-eyed"

output = pipe(prompt=prompt).frames[0]
export_to_video(output, "output.mp4")

ACTsoonr (aka Aleksey Calvin) Identity Model

Text to Video Low Rank Adapter (LoRA)

For the Wan2.1 1.3B T2V Base Model

|||||| By SilverAgePoets.com ||||||

A lo-fi video model adapter to re-produce and liven up a tad a few projections of our selves, etc etc...

Trigger words

Prompted with movie clip of [actsoonr], cinematic detailed close up scene of actsoonr the skeleton stylist, footage shot on a cell phone, tall, asymmetrical brown-hair, green-eyed, and suchlike...

Downloads last month
7
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for AlekseyCalvin/ACTsoonrWan1.3_IdentityLoRA

Adapter
(23)
this model