Update README.md
Browse files
README.md
CHANGED
@@ -16,17 +16,17 @@ tags:
|
|
16 |
![screenshot](https://raw.githubusercontent.com/calcuis/comfy/master/mochi.gif)
|
17 |
|
18 |
## Setup (once)
|
19 |
-
- drag mochi_fp8.safetensors to > ./ComfyUI/models/diffusion_models
|
20 |
-
- drag t5xxl_fp16-q4_0.gguf to > ./ComfyUI/models/text_encoders
|
21 |
-
- drag mochi_vae.safetensors to > ./ComfyUI/models/vae
|
22 |
|
23 |
## Run it straight (no installation needed way)
|
24 |
- run the .bat file in the main directory (assuming you are using the gguf-comfy pack below)
|
25 |
- drag the workflow json file (below) to > your browser
|
26 |
|
27 |
### Workflows
|
28 |
-
- example workflow (with gguf encoder)
|
29 |
-
- example workflow (safetensors)
|
30 |
|
31 |
### References
|
32 |
- base model from [genmo](https://huggingface.co/genmo/mochi-1-preview)
|
|
|
16 |
![screenshot](https://raw.githubusercontent.com/calcuis/comfy/master/mochi.gif)
|
17 |
|
18 |
## Setup (once)
|
19 |
+
- drag mochi_fp8.safetensors ([10GB](https://huggingface.co/calcuis/mochi/blob/main/mochi_fp8.safetensors)) to > ./ComfyUI/models/diffusion_models
|
20 |
+
- drag t5xxl_fp16-q4_0.gguf ([2.9GB](https://huggingface.co/calcuis/mochi/blob/main/t5xxl_fp16-q4_0.gguf)) to > ./ComfyUI/models/text_encoders
|
21 |
+
- drag mochi_vae.safetensors ([920MB](https://huggingface.co/calcuis/mochi/blob/main/mochi_vae.safetensors)) to > ./ComfyUI/models/vae
|
22 |
|
23 |
## Run it straight (no installation needed way)
|
24 |
- run the .bat file in the main directory (assuming you are using the gguf-comfy pack below)
|
25 |
- drag the workflow json file (below) to > your browser
|
26 |
|
27 |
### Workflows
|
28 |
+
- example workflow (with [gguf](https://huggingface.co/calcuis/mochi/blob/main/workflow-mochi-gguf.json) encoder)
|
29 |
+
- example workflow ([safetensors](https://huggingface.co/calcuis/mochi/blob/main/workflow-mochi-safetensors.json))
|
30 |
|
31 |
### References
|
32 |
- base model from [genmo](https://huggingface.co/genmo/mochi-1-preview)
|