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
Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: diffusion-single-file
|
| 3 |
+
---
|
| 4 |
+
https://huggingface.co/Laxhar/Freeway_Animation_HunYuan_Demo packaged for [ComfyUI](https://github.com/comfyanonymous/ComfyUI) use.
|
| 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.
|