• Joined on 2025-11-15
valknar pushed to main at valknar/bin 2025-11-22 17:35:17 +01:00
70d69f69c3 refactor: remove automatic diffusers→checkpoints dual-linking
valknar pushed to main at valknar/runpod 2025-11-22 17:35:12 +01:00
55efc6dddf fix: correct model type mappings based on ComfyUI folder_paths
valknar pushed to main at valknar/bin 2025-11-22 17:20:41 +01:00
520e6ce260 feat: add support for explicit file mappings in YAML
valknar pushed to main at valknar/runpod 2025-11-22 17:20:36 +01:00
0709dec1d4 feat: add explicit file mappings to comfyui_models.yaml
valknar pushed to main at valknar/bin 2025-11-22 17:02:42 +01:00
1f94435d36 feat: add model name prefix to all linked files
valknar pushed to main at valknar/runpod 2025-11-22 17:00:35 +01:00
7ebda1ae44 fix: change audio models type from checkpoints to audio_models
valknar pushed to main at valknar/runpod 2025-11-22 16:56:24 +01:00
bd8d1d7783 fix: use correct supervisor group names for service control
valknar pushed to main at valknar/runpod 2025-11-22 16:55:11 +01:00
5361bef85c refactor: reorganize service management commands in arty.yml
valknar pushed to main at valknar/runpod 2025-11-22 16:52:01 +01:00
79b861e687 fix: update AnimateDiff workflow to use correct checkpoint filename
valknar pushed to main at valknar/bin 2025-11-22 16:48:42 +01:00
eacd771207 fix: use stat -L to follow symlinks when checking checkpoint file size
valknar pushed to main at valknar/bin 2025-11-22 16:46:33 +01:00
11b3d48c9b fix: improve checkpoint file detection pattern for SDXL models
valknar pushed to main at valknar/bin 2025-11-22 16:43:22 +01:00
12be347d35 feat: clean target directories before relinking and add checkpoint support for diffusers models
valknar pushed to main at valknar/bin 2025-11-22 16:27:48 +01:00
58a2b1840d chore: remove debug output
valknar pushed to main at valknar/bin 2025-11-22 16:26:45 +01:00
97426d2f82 fix: replace ((var++)) with var=$((var+1)) for compatibility
valknar pushed to main at valknar/bin 2025-11-22 16:24:42 +01:00
fe705a0db0 debug: add more debug output to process_category
valknar pushed to main at valknar/bin 2025-11-22 16:24:11 +01:00
f4ec522cfb debug: add debug output to trace execution
valknar pushed to main at valknar/bin 2025-11-22 16:20:14 +01:00
e7a4daebe3 fix: convert f-strings in find_model_files to .format()
valknar pushed to main at valknar/bin 2025-11-22 16:19:12 +01:00
38f8a04af6 fix: convert all f-strings to .format() to avoid heredoc escaping issues
valknar pushed to main at valknar/bin 2025-11-22 16:11:39 +01:00
63c770a86a fix: correct heredoc syntax - args before heredoc marker
valknar pushed to main at valknar/bin 2025-11-22 16:09:14 +01:00
7d35471973 fix: also fix find_model_files to use sys.argv