Instructions to use comfyanonymous/Freeway_Animation_Hunyuan_Demo_ComfyUI_Converted with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusion Single File
How to use comfyanonymous/Freeway_Animation_Hunyuan_Demo_ComfyUI_Converted with Diffusion Single File:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -5,6 +5,8 @@ https://huggingface.co/Laxhar/Freeway_Animation_HunYuan_Demo packaged for [Comfy
|
|
| 5 |
|
| 6 |
Put the .safetensors file in the ComfyUI/models/checkpoints folder and load it with the regular Load Checkpoint node.
|
| 7 |
|
|
|
|
|
|
|
| 8 |
See the ComfyUI example page for a workflow: https://comfyanonymous.github.io/ComfyUI_examples/hunyuan_dit/
|
| 9 |
|
| 10 |
This repo contains a convert.py file that you can use to make your own checkpoints of this format.
|
|
|
|
| 5 |
|
| 6 |
Put the .safetensors file in the ComfyUI/models/checkpoints folder and load it with the regular Load Checkpoint node.
|
| 7 |
|
| 8 |
+
There are two sets of weights, ema and non ema, from my limited testing ema seems to be better but I'll let you decide for yourself.
|
| 9 |
+
|
| 10 |
See the ComfyUI example page for a workflow: https://comfyanonymous.github.io/ComfyUI_examples/hunyuan_dit/
|
| 11 |
|
| 12 |
This repo contains a convert.py file that you can use to make your own checkpoints of this format.
|