Instructions to use systms/SYSTMS-FLW-IC-LORA-LTX-2.3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use systms/SYSTMS-FLW-IC-LORA-LTX-2.3 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Lightricks/LTX-Video", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("systms/SYSTMS-FLW-IC-LORA-LTX-2.3") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
GREY flicker
#1
by elleth212 - opened
Whatever I try to change in settings I am still getting a weird grey flicker in the middle of the video, any suggestions?
are you including input audio? For some reason it produces gray artifacts if 'empty audio latent' is used instead of actual audio.
How long is the total video length?