mochi / README.md
calcuis's picture
Update README.md
715dad3 verified
|
raw
history blame
2.25 kB
---
license: apache-2.0
language:
- en
base_model:
- genmo/mochi-1-preview
pipeline_tag: text-to-video
tags:
- mochi
- t5
- gguf-comfy
- gguf-node
widget:
- text: >-
a fox moving quickly in a beautiful winter scenery nature trees sunset
tracking camera
output:
url: samples\ComfyUI_00001_.webp
- text: same prompt as 1st one <metadata inside>
output:
url: samples\ComfyUI_00002_.webp
---
# **gguf quantized version of t5xxl encoder with mochi (test pack)**
![screenshot](https://raw.githubusercontent.com/calcuis/comfy/master/mochi.gif)
## **setup (once)**
- drag mochi_fp8.safetensors ([10GB](https://huggingface.co./calcuis/mochi/blob/main/mochi_fp8.safetensors)) to > ./ComfyUI/models/diffusion_models
- 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
- drag mochi_vae_scaled.safetensors ([725MB](https://huggingface.co./calcuis/mochi/blob/main/mochi_vae_scaled.safetensors)) to > ./ComfyUI/models/vae
## **run it straight (no installation needed way)**
- run the .bat file in the main directory (assuming you are using the gguf-node pack below)
- drag the workflow json file (below) to > your browser
### **workflow**
- example workflow (with [gguf](https://huggingface.co./calcuis/mochi/blob/main/workflow-mochi-gguf.json) encoder)
- example workflow ([safetensors](https://huggingface.co./calcuis/mochi/blob/main/workflow-mochi-safetensors.json))
### **review**
- t5xxl gguf works fine as text encoder
- mochi gguf file might not work; if so, please wait for the code update
### **reference**
- base model from [genmo](https://huggingface.co./genmo/mochi-1-preview)
- comfyui from [comfyanonymous](https://github.com/comfyanonymous/ComfyUI)
- comfyui-gguf [city96](https://github.com/city96/ComfyUI-GGUF)
- gguf-comfy [pack](https://github.com/calcuis/gguf-comfy/releases)
- gguf-node ([pypi](https://pypi.org/project/gguf-node)|[repo](https://github.com/calcuis/gguf)|[pack](https://github.com/calcuis/gguf/releases))
### prompt test#
![screenshot](https://raw.githubusercontent.com/calcuis/comfy/master/mochi.webp)
prompt: "a fox moving quickly in a beautiful winter scenery nature trees sunset tracking camera"
<Gallery />