Instructions to use circlestone-labs/Anima with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusion Single File
How to use circlestone-labs/Anima with Diffusion Single File:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
A LoRA Management Plugin
WebUI Auto LoRA
Automatically inserts lora:name:weight in front of the prompt based on positive prompts, accompanying JSON files, or custom trigger rules.
Features:
Recursive JSON reading and dynamic refreshing
Custom trigger rules and multi-LoRA weight support
Priority management between JSON weights and rule weights
Automatic removal of specified custom characters prior to text encoding
Auto-conversion of Chinese colons and commas
Bilingual UI switching (Chinese / English)
Local saving for rules and trigger presets
Repository: https://github.com/kongbai-0421/sd-webui-auto-lora-trigger
ComfyUI Auto LoRA
Provides the Auto LoRA Trigger Loader node, which loads LoRAs based on LoRA filenames or custom trigger strings and applies them simultaneously to both MODEL and CLIP.
Features:
Flexible trigger syntax support (ka, ka:0.8, @ka , @ka :0.6)
Maps a single trigger word to multiple LoRAs
Independent weight settings for each LoRA
Real-time preview of actual file paths and weights
Red visual indicators for missing LoRAs
Auto-expands or collapses the preview panel when resizing nodes
Does not read JSON or scan positive prompts
Repository: https://github.com/kongbai-0421/ComfyUI-Auto-LoRA-Trigger