sd-webui-infinite-image-bro.../scripts/iib
zanllp e1dad21286 refactor: Handle invalid tag names gracefully
- Change Tag.get_or_create to return None for invalid tag names
- Add None checks at all call sites to prevent AttributeError
- Protects against invalid Chinese names (>16 chars) and other language names (>8 words)
- Ensures system stability when encountering problematic tag data
2026-01-22 22:41:28 +08:00
..
db refactor: Handle invalid tag names gracefully 2026-01-22 22:41:28 +08:00
parsers feat: add audio file playback support and improve TikTok view 2025-12-15 00:22:23 +08:00
api.py refactor: Handle invalid tag names gracefully 2026-01-22 22:41:28 +08:00
auto_tag.py refactor: Handle invalid tag names gracefully 2026-01-22 22:41:28 +08:00
dir_cover_cache.py Enhance compatibility 2024-06-23 03:44:46 +08:00
fastapi_video.py Handling potential errors during renaming 2024-05-21 06:53:39 +08:00
img_cache_gen.py fix 2026-01-04 23:21:40 +08:00
logger.py Resolved module conflict 2023-06-03 16:29:46 +08:00
plugin.py releases/iib_app_cli 2024-08-24 04:53:58 +08:00
seq.py Fix: Replace seq function with custom implementation to avoid dependency errors 2024-02-18 22:59:25 +08:00
tag_graph.py Update: cache banner and type declarations 2026-01-18 14:20:06 +08:00
tool.py fix: include hyphen in LoRA tag model name matching 2026-01-21 23:28:20 +08:00
topic_cluster.py Update: cache banner and type declarations 2026-01-18 14:20:06 +08:00
video_cover_gen.py Add support for pre-generating cache via startup parameters and specifying cache directory through environment variables 2024-07-08 00:07:12 +08:00