Instructions to use zhazhazha/LTX_2.3_Crisp_Enhance_Style_LoRa with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use zhazhazha/LTX_2.3_Crisp_Enhance_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", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("zhazhazha/LTX_2.3_Crisp_Enhance_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
Crisp Enhance
Crisp Enhance is a sharp detail enhancer LoRA made for users who want a cleaner, more defined, cinematic look.
It increases perceived sharpness, strengthens micro-detail, and enhances contrast to give images and video frames a more polished, high-definition appearance. The result is a crisp cinematic finish that brings out texture and structure while adding a subtle beautifier-style clarity.
This is the sharper counterpart to Soft Enhance, which focuses on smoothing contrast and producing a more natural, organic look. Both LoRAs can be used together and balanced at different strengths to create a custom enhancer look depending on the scene and the level of sharpness or softness you want.
The workflow used to create the sample videos can be found HERE. Just swap in the LoRA and prompt.
Sample Videos
Sample 1
Sample 2
Sample 3
Sample 4
Sample 5
Good For
- Sharper detail enhancement
- Cinematic-style clarity
- Strengthening texture and edge definition
- Beautifier-style polish
- Dialing in a balanced look when mixed with Soft Enhance
Best Use
Use Crisp Enhance when you want stronger detail, cleaner edges, and a more cinematic, high-definition result.
- Downloads last month
- 49
Model tree for zhazhazha/LTX_2.3_Crisp_Enhance_Style_LoRa
Base model
Lightricks/LTX-Video