Instructions to use vrgamedevgirl84/LTX_2.3_Clay_Mation_Style_LoRa with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use vrgamedevgirl84/LTX_2.3_Clay_Mation_Style_LoRa with Diffusers:
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("Lightricks/LTX-Video", torch_dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("vrgamedevgirl84/LTX_2.3_Clay_Mation_Style_LoRa") prompt = "A man with short gray hair plays a red electric guitar." output = pipe(prompt=prompt).frames[0] export_to_video(output, "output.mp4") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
Claymation Diorama LoRA
This LoRA creates a handcrafted claymation-style diorama inspired by classic stop-motion animation.
Subjects appear sculpted from soft clay, with visible fingerprints, hand-shaped textures, layered clay details, and miniature set-style environments.
Characters, animals, and objects look physically modeled by hand, with rounded forms, stylized proportions, and expressive features. Scenes resemble miniature film sets built from sculpted clay materials, often paired with warm cinematic lighting and shallow depth of field to enhance the handmade look.
This model is built to capture the nostalgic charm of traditional stop-motion animation, giving images a tactile, playful, and personality-filled feel.
The text-to-video workflow can be found HERE — just swap in this LoRA and update the prompt.
Sample Videos
Sample 1
Sample 2
Sample 3
Sample 4
Sample 5
Key Style Features
- Hand-sculpted clay characters
- Visible clay textures and fingerprints
- Rounded, stylized proportions
- Miniature diorama environments
- Stop-motion animation aesthetic
- Soft cinematic lighting
- Warm storybook tone
- Shallow depth-of-field look
- Textured clay surfaces
- Handmade miniature props and scenery
Recommended Trigger Words
Use one or more of the following:
claymation stylestop motion clayhandcrafted clay characterclay dioramasculpted clay figureminiature clay sceneclay animation style
Good For
- Storybook characters
- Fantasy creatures
- Cozy indoor scenes
- Miniature environments
- Stylized villages
- Kitchen scenes
- Forest dioramas
- Children's illustration-style imagery
- Downloads last month
- 1,671
Model tree for vrgamedevgirl84/LTX_2.3_Clay_Mation_Style_LoRa
Base model
Lightricks/LTX-Video