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
The workflow has been reorganized to group frequently modified nodes together for easier access.
Reverted FaceDetailer to use the YOLO model.
Added support for random resolution selection.