ComfyUI Extension: Anima Edit LoRA
Run ComfyUI workflows without the setup
No installs, no CUDA version roulette, no GPU sitting idle on your bill. Bring a workflow and run it in the browser.
Anima Edit ReferenceLatent compatibility patch for ComfyUI. Lets built-in ReferenceLatent workflows drive single or multiple Anima Edit reference latents.
README
ComfyUI Anima Edit LoRA
Compatibility node that lets Anima Edit LoRAs work with ComfyUI's built-in
ReferenceLatent workflow.
ComfyUI's built-in ReferenceLatent workflow passes one or more reference
latents through the standard reference_latents condition. Anima Edit LoRAs
expect those references to be concatenated onto the DiT latent time axis:
target latent + ref1 latent [+ ref2 latent ...] -> predict target
This node adds that model patch without replacing your LoRA loader. Load the Anima Edit LoRA with a compatible LoRA/adapter loader first, then apply this patch before sampling.
Node
- Internal key:
AnimaEditLora - Display name:
Anima Edit LoRA - Category:
anima/edit/reference
The internal key and display name intentionally match the user-facing goal: making Anima Edit LoRAs usable with ComfyUI ReferenceLatent workflows.
Usage
- Clone this repository into
ComfyUI/custom_nodes/. - Restart ComfyUI.
- Load an Anima model with the normal ComfyUI loaders.
- Apply your trained Anima Edit LoRA with a compatible loader.
- Add
Anima Edit LoRA. - Use ComfyUI's built-in
ReferenceLatentnode to attach one or more reference latents to the sampler workflow. - Send the patched model to
KSampler.
The node supports both single-reference and multi-reference workflows. Each
reference latent must match the target latent channel count and spatial size.
Batch size 1 references are expanded to the sampler batch, which covers
normal CFG batching.
Install
cd ComfyUI/custom_nodes
git clone https://github.com/wochenlong/ComfyUI-Anima-Edit-LoRA.git
Test
python -m pytest tests -q
Run ComfyUI workflows without the setup
No installs, no CUDA version roulette, no GPU sitting idle on your bill. Bring a workflow and run it in the browser.