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
File size: 2,337 Bytes
876f053 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 | ---
library_name: diffusers
base_model: Lightricks/LTX-Video
pipeline_tag: text-to-video
tags:
- lora
- ltx-video
- text-to-video
- safetensors
---
# 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](https://github.com/vrgamegirl19/comfyui-vrgamedevgirl/blob/main/Workflows/LTX-2_Workflows/CivitAIWorkflows/VRGDG_TextToVideov2.json). Just swap in the LoRA and prompt.
---
## Sample Videos
### Sample 1
<video src="https://huggingface.co/vrgamedevgirl84/LTX_2.3_Crisp_Enhance_Style_LoRa/resolve/main/assets/video_00043-audio.mp4" controls width="100%"></video>
### Sample 2
<video src="https://huggingface.co/vrgamedevgirl84/LTX_2.3_Crisp_Enhance_Style_LoRa/resolve/main/assets/video_00046-audio.mp4" controls width="100%"></video>
### Sample 3
<video src="https://huggingface.co/vrgamedevgirl84/LTX_2.3_Crisp_Enhance_Style_LoRa/resolve/main/assets/video_00060-audio.mp4" controls width="100%"></video>
### Sample 4
<video src="https://huggingface.co/vrgamedevgirl84/LTX_2.3_Crisp_Enhance_Style_LoRa/resolve/main/assets/video_00069-audio.mp4" controls width="100%"></video>
### Sample 5
<video src="https://huggingface.co/vrgamedevgirl84/LTX_2.3_Crisp_Enhance_Style_LoRa/resolve/main/assets/video_00108-audio.mp4" controls width="100%"></video>
---
## 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. |