Instructions to use rusoloco73/Willie with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use rusoloco73/Willie 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", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("rusoloco73/Willie") prompt = "ricardo fort as ricardo fort" output = pipe(prompt=prompt).frames[0] export_to_video(output, "output.mp4") - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
| tags: | |
| - lora | |
| - diffusers | |
| - template:diffusion-lora | |
| widget: | |
| - output: | |
| url: images/Che_Guevara.jpg | |
| text: ricardo fort as ricardo fort | |
| parameters: | |
| negative_prompt: pobreza,empatia,recato,mesura,humildad,obrero | |
| base_model: Lightricks/LTX-Video | |
| instance_prompt: ricardo fort | |
| license: cc-by-nc-4.0 | |
| pipeline_tag: text-to-video | |
| # Richard | |
| <Gallery /> | |
| ## Model description | |
| Lora del comandante | |
| ## Trigger words | |
| You should use `ricardo fort` to trigger the image generation. | |
| ## Download model | |
| [Download](/rusoloco73/Willie/tree/main) them in the Files & versions tab. |