• Joined on 2025-11-15
valknar pushed to main at valknar/comfyui-extras 2025-11-26 09:16:59 +01:00
d6dfdd72e2 feat: initial ComfyUI workflow templates extension
valknar created repository valknar/comfyui-extras 2025-11-26 08:29:11 +01:00
valknar pushed to main at valknar/scripts 2025-11-25 20:08:31 +01:00
71f7391fd1 fix: match filename only in grep pattern for HuggingFace cache structure
valknar pushed to main at valknar/scripts 2025-11-25 20:01:12 +01:00
7a1e64862a fix: extract filename from source_pattern before calling find_model_files()
valknar pushed to main at valknar/scripts 2025-11-25 19:57:39 +01:00
bb43639b09 fix: call find_model_files() with source_pattern instead of empty filter
valknar pushed to main at valknar/scripts 2025-11-25 19:45:33 +01:00
5199f0fa98 fix: reorder logic in link_model() and verify_model_links() to check file_mappings first
valknar created branch main in valknar/audiocraft-ui 2025-11-25 19:34:40 +01:00
valknar pushed to main at valknar/audiocraft-ui 2025-11-25 19:34:40 +01:00
ffbf02b12c Initial implementation of AudioCraft Studio
valknar pushed to main at valknar/home 2025-11-25 19:25:03 +01:00
f736c5705c refactor: update artifact_huggingface_download.sh to use dest paths without type field
valknar pushed to main at valknar/scripts 2025-11-25 19:24:41 +01:00
362ed1f816 refactor: remove model_type parameter in favor of dest path parsing
valknar created repository valknar/audiocraft-ui 2025-11-25 18:52:21 +01:00
valknar pushed to main at valknar/scripts 2025-11-25 17:12:12 +01:00
ec4ab72661 chore: remove DEBUG message from model snapshot output
valknar pushed to main at valknar/scripts 2025-11-25 17:05:54 +01:00
060779544f fix: undefined CROSS variable in cleanup dry-run mode
valknar pushed to main at valknar/scripts 2025-11-25 17:01:17 +01:00
0c62e90006 fix: correct bash string substitution for cache directory path
valknar pushed to main at valknar/scripts 2025-11-25 16:54:30 +01:00
bd34036039 fix: correct cache directory path construction in cleanup function
valknar pushed to main at valknar/scripts 2025-11-25 16:50:37 +01:00
2c71c49893 feat: add category filter, cleanup mode, and dry-run support to HuggingFace downloader
valknar pushed to main at valknar/scripts 2025-11-25 16:04:43 +01:00
f68ee52297 fix: allow .index.json files for sharded model linking
valknar pushed to main at valknar/scripts 2025-11-25 15:21:29 +01:00
94e2326158 fix: follow symlinks when calculating model disk usage
valknar pushed to main at valknar/scripts 2025-11-25 15:14:04 +01:00
33e0a0f2d0 fix: resolve stat command multi-line output breaking verify command
valknar pushed to main at valknar/scripts 2025-11-25 15:06:33 +01:00
56f1ee8c69 debug: add bash-level debugging to verify_model_download