Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,39 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
base_model:
|
6 |
+
- genmo/mochi-1-preview
|
7 |
+
pipeline_tag: text-to-video
|
8 |
+
tags:
|
9 |
+
- mochi
|
10 |
+
- t5
|
11 |
+
- gguf-comfy
|
12 |
+
---
|
13 |
+
|
14 |
+
# GGUF quantized version of t5xxl encoder with Mochi
|
15 |
+
|
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)
|
33 |
+
- comfyui from [comfyanonymous](https://github.com/comfyanonymous/ComfyUI)
|
34 |
+
- gguf node from [city96](https://github.com/city96/ComfyUI-GGUF)
|
35 |
+
- gguf-comfy [pack](https://github.com/calcuis/gguf-comfy/releases)
|
36 |
+
|
37 |
+
### prompt test#
|
38 |
+
![screenshot](https://raw.githubusercontent.com/calcuis/comfy/master/mochi.webp)
|
39 |
+
prompt: "a fox moving quickly in a beautiful winter scenery nature trees sunset tracking camera"
|