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.
|