• Joined on 2025-11-15
valknar pushed to main at valknar/supervisor-ui 2025-11-23 18:24:03 +01:00
e0cfd371c0 feat: initial commit - Supervisor UI with Next.js 16 and Tailwind CSS 4
valknar created branch main in valknar/supervisor-ui 2025-11-23 18:24:03 +01:00
valknar pushed to main at valknar/scripts 2025-11-23 17:59:59 +01:00
a1548ed490 fix: correct typo in filename (hugginface -> huggingface)
valknar pushed to main at valknar/scripts 2025-11-23 17:58:52 +01:00
6b2068e803 feat: add CivitAI NSFW model downloader script
valknar created repository valknar/supervisor-ui 2025-11-23 17:50:59 +01:00
valknar pushed to main at valknar/scripts 2025-11-22 17:53:20 +01:00
d4b339eed8 fix: auto-detect RunPod environment and use correct paths
valknar pushed to main at valknar/scripts 2025-11-22 17:35:17 +01:00
70d69f69c3 refactor: remove automatic diffusers→checkpoints dual-linking
valknar pushed to main at valknar/scripts 2025-11-22 17:20:41 +01:00
520e6ce260 feat: add support for explicit file mappings in YAML
valknar pushed to main at valknar/scripts 2025-11-22 17:02:42 +01:00
1f94435d36 feat: add model name prefix to all linked files
valknar pushed to main at valknar/scripts 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/scripts 2025-11-22 16:46:33 +01:00
11b3d48c9b fix: improve checkpoint file detection pattern for SDXL models
valknar pushed to main at valknar/scripts 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/scripts 2025-11-22 16:27:48 +01:00
58a2b1840d chore: remove debug output
valknar pushed to main at valknar/scripts 2025-11-22 16:26:45 +01:00
97426d2f82 fix: replace ((var++)) with var=$((var+1)) for compatibility
valknar pushed to main at valknar/scripts 2025-11-22 16:24:42 +01:00
fe705a0db0 debug: add more debug output to process_category
valknar pushed to main at valknar/scripts 2025-11-22 16:24:11 +01:00
f4ec522cfb debug: add debug output to trace execution
valknar pushed to main at valknar/scripts 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/scripts 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/scripts 2025-11-22 16:11:39 +01:00
63c770a86a fix: correct heredoc syntax - args before heredoc marker
valknar pushed to main at valknar/scripts 2025-11-22 16:09:14 +01:00
7d35471973 fix: also fix find_model_files to use sys.argv