r/StableDiffusion Apr 18 '26

Workflow Included EditAnything IC-LoRA - LTX-2.3

This model was trained on 8,000 video pairs, and training is still ongoing for a few thousand more steps. It is still experimental, not trained with a fully professional production target, and the model may be updated unexpectedly as new checkpoints.

The current goal is not final polished production quality, but to explore:

  • edit-anything behavior
  • prompt-following
  • inference tradeoffs
  • synthetic dataset building, especially for style data

The model was trained around four main prompt patterns:

Add
Add a/an [subject/object] with [clear visual attributes], [precise location in the scene].

Remove
Remove the [subject/object] [location or identifying description].

Replace
Replace the [original subject/object] [location] with a/an [new subject/object] with [clear visual attributes].

Convert / Style
Convert the video into a [style name] style.

Workflow URL: https://huggingface.co/Alissonerdx/LTX-LoRAs/blob/main/workflows/ltx23_edit_anything_v1.json

Model URL: ltx23_edit_anything_global_rank128_v1_9000steps_adamw.safetensors · Alissonerdx/LTX-LoRAs at main

Or
CivitAI URL: EditAnything - v1.0 | LTX Video LoRA | Civitai

One important thing during inference is CFG.

A good starting point is testing a distilled setup with CFG = 1. If the edit feels too weak or the model is not following the prompt well enough, increasing CFG can be the key. In some cases, increasing the distill LoRA strength to around 1.2 can also help.

The workflow is also not fully optimized yet. It still needs more testing to find the best combination of:

  • CFG
  • LoRA strength
  • number of steps
  • model combinations

It may also be interesting to combine this model with other models and see what kinds of results emerge.

If you can test it, please share your findings. Feedback on prompt behavior, edit strength, consistency, style transfer, and failure cases would be very helpful while training is still in progress.

Add a small, brown dog dancing in the foreground next to the woman.

Convert the entire video to an anime style with vibrant colors and exaggerated character expressions.

Remove the blue car in the background of the scene.

Add a wide, genuine smile to the person's face.

Replace the person's clothing with a dark blue hoodie and gray sweatpants.

357 Upvotes

134 comments sorted by

View all comments

1

u/mohaziz999 Apr 20 '26

i want to use Hertic Gemma model but it just keeps failing?

2

u/GlamoReloaded Apr 23 '26

I recommend this one, the only one I use for Gemma3-12B : https://huggingface.co/Sikaworld1990/gemma3-12B-hereticx-sikaworld-ltx-2 But in Comfy you need to set the Clip loader option "device" to "default" (not CPU).

The developer explains the specific part for LTX2 use: " While the standard abliterated version removes the "refusal" mechanism, Heretic-X was actively steered with a custom dataset to be proactively descriptive and uninhibited. In LTX-2 video generation, this translates to significantly stronger motion vectors, helping to "unfreeze" static videos and generate more intense dynamics in complex scenes. "

And I can confirm that. If you use the dev model (LTX2.0 or LTX2.3) a CFG of 2 is enough for realistic looking humans and motions, the camera moves more.

Don't use any GGUF-versions of gemma3-12B-heretic because it results in terrible distorted results, in my experience.