bdsqlsz commited on
Commit
5ef0775
1 Parent(s): af9bc57

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -3
README.md CHANGED
@@ -1,3 +1,19 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ library_name: diffusers
4
+ ---
5
+
6
+ Original Model: https://huggingface.co/Tencent-Hunyuan/HunyuanDiT-v1.2
7
+
8
+ The directory structure is for this PR in kohya-ss/sd-scripts: <br>
9
+ https://github.com/kohya-ss/sd-scripts/pull/1378
10
+
11
+ ## How to use this
12
+ * Download them into a folder and use the script in the PR above.
13
+ * Download them and then rename the folder for other usage
14
+ * Reference of folder name:
15
+ * denoiser -> model
16
+ * clip -> clip_text_encoder
17
+ * mt5 -> mt5
18
+ * vae -> sdxl-vae-fp16-fix
19
+ * tokenizer have been placed into clip folder as well