This is a workflow for SDXL(NoobAI XL/Illustrious-XL) and Anima.
Last update: Anima Couple v2
Require
SageAttention
Please download and install the appropriate version for your environment.
triton-windows
ex)
pip install triton-windowssam3
my custom nodes
Build Tools for Visual Studio
If you enable torch.compile, please install triton-windows.
Also, install Build Tools for Visual Studio and make sure that cl.exe is added to your system PATH.
Anima
The processing order is: generation → Hires.fix → face-only Hires.fix → hands-only Hires.fix → upscale.
Anima Couple
v1
The mask is split to draw the characters separately. If a single LoRA is trained on multiple characters, it can distinguish between them, but it does not support combining multiple character LoRAs.
Since Anima generation takes time, this uses a speed-up node (Accelerate subgraph).
In exchange for faster generation, some degradation may occur. Adjust the parameters as needed.
v2
Support for applying multiple character LoRAs has been added.
Anima XY Plot CheckPoint
This is a workflow for comparing Anima-based checkpoints.
Description
This workflow is designed to apply a LoRA only when a regular expression match is detected.It works even more effectively when combined with comfyui-dynamicprompts.
Please place a .toml file in advance in the custom_nodes\ComfyUI-hybs-nodes\config directory.
This file should describe the conditions under which the LoRA is applied.
Please refer to the way conditions are written in the following repository: