Commit Graph
55 Commits
Author SHA1 Message Date
rkfg 05e641f6ec Fix lora reloading on weight change 2025-05-21 19:41:11 +03:00
rkfg fc984d81fa Add lora weight 2025-05-20 08:59:00 +03:00
Gong Junmin 516792aa82 Merge pull request #214 from craftmine1000/main 2025-05-19 17:50:15 +08:00
rkfg 481d950db4 Fix lora loading with diffusers 0.33.1 2025-05-19 09:33:56 +03:00
Michael Hedman bfac11fecf prepare for hub download of quantized models 2025-05-19 08:18:26 +02:00
Michael Hedman 401b910936 missed a dtype
cleanup immediate surroundings
2025-05-19 07:57:05 +02:00
Michael Hedman 0b379b6163 reduce device and dtype vars 2025-05-19 07:34:13 +02:00
Michael Hedman d470cd903f reduce path vars 2025-05-19 06:47:04 +02:00
Michael Hedman 21efcd3905 move language filters 2025-05-19 04:51:22 +02:00
Michael Hedman cdab63d688 remove fixed float16 COLAB_FREE env var
add ACE_PIPELINE_DTYPE env var dtype config
set colab notebook to float16
2025-05-19 04:17:38 +02:00
Michael Hedman 0e0021d754 Merge branch 'main' of https://github.com/ace-step/ACE-Step.git 2025-05-18 20:22:46 +02:00
Gong Junmin 74121a5d8a Merge pull request #209 from GeorgeDrb/memory-optimization 2025-05-18 21:24:42 +08:00
GeorgeDrb 375431486c Add memory cleanup to prevent VRAM overflow 2025-05-18 15:35:21 +03:00
Gong Junmin e3a6f4f659 Revert "#194: implement negative tags for text2audio" 2025-05-18 19:42:29 +08:00
Skelp c3abb45241 #194: implement negative tags for text2audio 2025-05-17 18:14:29 +02:00
Michael Hedman 79dd277e21 fix environ check 2025-05-16 18:10:26 +02:00
Michael Hedman 42884d94b7 re-enable transformer compile 2025-05-16 18:07:30 +02:00
Michael Hedman 048db5c12f change to float16 model dtype 2025-05-16 18:02:48 +02:00
Michael Hedman 9b425b6bfa disable transformer compile 2025-05-16 17:45:37 +02:00
Michael Hedman c50acb83a6 rearrange model loading order, interleave compilation with loading 2025-05-16 17:32:18 +02:00
chuxij b11f1c1a5a fix bug in audio2audio 2025-05-15 08:39:19 +00:00
chuxij ded11fd02f fix audio2audio 2025-05-15 08:15:15 +00:00
chuxij 05c58339f0 add stable audio small pingpong sampler support 2025-05-15 06:35:17 +00:00
rkfg 0feca8a820 Add format selector 2025-05-13 14:41:56 +03:00
Gong Junmin 02f823f406 Merge pull request #136 from ace-step/add_lora_support
add chinese_rap_lora
2025-05-13 15:01:17 +08:00
chuxij 92dc15663b add examples and fix bugs 2025-05-12 14:13:39 +00:00
chuxij bdddf1512f fix bugs 2025-05-12 09:45:21 +00:00
Sayo 44ef026f02 [fix] checkpoints path 2025-05-12 17:22:57 +08:00
chuxij da4c3da354 add snapshot_download 2025-05-12 08:45:25 +00:00
chuxij 348cebc7f8 add lora interface 2025-05-12 08:09:26 +00:00
Gong Junmin 47669c2375 fix decode_overlap_shorter 2025-05-11 15:04:40 +08:00
Gong Junmin 1da4ba715e 512 frame 2025-05-10 20:48:14 +08:00
Gong Junmin ae070a47bb short duration for decode overlap 2025-05-10 20:44:53 +08:00
chuxij e5ad33287d merge main 2025-05-10 07:04:26 +00:00
Gong Junmin 0294766a74 Merge pull request #50 from fakerybakery/fix-downloads 2025-05-10 14:05:54 +08:00
Gong Junmin cd778b2216 Merge branch 'main' into dev_quantized 2025-05-10 03:26:54 +08:00
Gong Junmin 11d697f38b support audio2audio 2025-05-10 02:52:57 +08:00
mrfakename 25b4c4bbcd Update pipeline_ace_step.py 2025-05-09 09:49:59 -07:00
mrfakename 24f6e73013 Fix downloads 2025-05-09 09:47:51 -07:00
xushengyuan 653f246df5 gui add cmdline args 2025-05-09 23:46:41 +08:00
xushengyuan f23b7b34e3 add vram optimization cmdline args 2025-05-09 22:47:41 +08:00
xushengyuan 56ae032172 overlapped dcae & vocoder 2025-05-09 22:26:12 +08:00
xushengyuan 054f599ebd int4 weight only quantized model using torchao 2025-05-09 20:27:25 +08:00
dotsimulate 347c7a5e87 Fix: Ensure manual_seeds handles list and int types correctly 2025-05-09 02:31:53 -04:00
Gong Junmin 7d6d598822 Merge pull request #82 from rsxdalv/cpu-offload 2025-05-09 09:18:41 +08:00
Roberts Slisans c6e47ae747 add cpu_offload option 2025-05-08 18:48:16 +03:00
rmcc3 546f6d72aa Fix: Correct model checkpoint download paths (#68) 2025-05-08 07:04:31 -04:00
dotsimulate 8b062577a8 Fix: Correct save_path handling in ACEStepPipeline 2025-05-07 17:37:17 -04:00
mrfakename 5a6079e37b Improve download handling 2025-05-07 09:26:12 -07:00
Sayo c43997d6f4 edit readme 2025-05-08 00:03:56 +08:00