Update README.md
Browse files
README.md
CHANGED
@@ -10,7 +10,7 @@ tags:
|
|
10 |
- base model from [ace-step](https://huggingface.co/ACE-Step)
|
11 |
- full set gguf (model+encoder+vae) works right away
|
12 |
- note: as need to keep some key tensors (in f32 status) to make it works; file size might not decrease that much; but load faster than safetensors checkpoint in general
|
13 |
-
- rebuilding umt5-base tokenizer logic applied successfully (credit should give to city96); upgrade your node to the latest version for umt5-base encoder support; hence, safetensors checkpoint is no longer needed
|
14 |
|
15 |
### **setup (once)**
|
16 |
- drag **ace-step** to > `./ComfyUI/models/diffusion_models`
|
@@ -21,7 +21,7 @@ tags:
|
|
21 |
|
22 |
## extra/bonus: fp8/16/32 scaled stable-audio-open-1.0 with gguf quantized t5_base encoder
|
23 |
- base model from [stabilityai](https://huggingface.co/stabilityai/stable-audio-open-1.0)
|
24 |
-
- note: this is a different model
|
25 |
- dry running
|
26 |
|
27 |
### **setup (once)**
|
|
|
10 |
- base model from [ace-step](https://huggingface.co/ACE-Step)
|
11 |
- full set gguf (model+encoder+vae) works right away
|
12 |
- note: as need to keep some key tensors (in f32 status) to make it works; file size might not decrease that much; but load faster than safetensors checkpoint in general
|
13 |
+
- rebuilding umt5-base tokenizer logic applied successfully (similar to umt5-xxl; credit should give to city96); upgrade your node to the latest version for umt5-base encoder support; hence, safetensors checkpoint is no longer needed
|
14 |
|
15 |
### **setup (once)**
|
16 |
- drag **ace-step** to > `./ComfyUI/models/diffusion_models`
|
|
|
21 |
|
22 |
## extra/bonus: fp8/16/32 scaled stable-audio-open-1.0 with gguf quantized t5_base encoder
|
23 |
- base model from [stabilityai](https://huggingface.co/stabilityai/stable-audio-open-1.0)
|
24 |
+
- note: this is a different model; don't mix it up; also powerful and lite weight
|
25 |
- dry running
|
26 |
|
27 |
### **setup (once)**
|