Extensions/ComfyUI-Anima-Diffusers-LoRA
ComfyUI Extension

ComfyUI-Anima-Diffusers-LoRA

Transparent ComfyUI patch to load Diffusers-format LoRAs for Anima models.

By FuouM·Created 2 months ago·Updated 2 months ago· 1
FuouM/ComfyUI-Anima-Diffusers-LoRA
Nodes
On cloudLocal install
Stars1
Updated2 months ago
Readme

ComfyUI-Anima-Diffusers-LoRA

A transparent utility patch for ComfyUI that adds on-the-fly support for Diffusers/OneTrainer-format LoRAs for the Anima model.

This custom node functions as a silent startup patch, allowing the native ComfyUI Load LoRA nodes to read and apply Diffusers-format Anima LoRAs without manual conversion and with zero performance impact on inference.

Why is this needed?

Diffusers and training frameworks like OneTrainer export Anima LoRAs using key structures that differ from the legacy formats expected by ComfyUI's default loader. This node patches ComfyUI's internal key mapper to support both formats dynamically, aligning with the logic proposed in ComfyUI PR #14182.

Features

  • Zero Workflow Impact: No new node blocks are added to your editor. Keep using your standard LoRA loading workflows.
  • Dual Format Support: Automatically detects and loads both converted (ComfyUI-native) and original Diffusers-format LoRAs.
  • LoKr & LoHa Support: Supports Anima LoKr and LoHa adapters trained with OneTrainer (via Diffusers format). As noted in PR #14182, the upstream PR does not cover LoKr/LoHa — this node fills that gap.
  • Zero Inference Impact: Key translation occurs entirely during the LoRA loading/binding phase, keeping model execution fully native and fast.

Installation

Clone this repository directly into your ComfyUI custom_nodes directory:

cd ComfyUI/custom_nodes
git clone https://github.com/FuouM/ComfyUI-Anima-Diffusers-LoRA.git