Instructions to use Polycruz9/claymation with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Polycruz9/claymation with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("fill-in-base-model", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("Polycruz9/claymation") prompt = "Master Claymation, A mid-shot on a sandy beige backdrop, three plastic figures walk in unison, dressed in desert-themed outfits: beige overalls, linen scarves, and boots dusted with fine powder. The central figure wears aviator goggles and holds a mini compass. The light is warm, evoking the glow of a setting sun in a stop-motion desert expedition." image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Gated model You can list files but not access them
Preview of files found in this repository