YiYiXu commited on
Commit
4a2f109
·
verified ·
1 Parent(s): 93a00a0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -1,3 +1,13 @@
 
 
 
 
 
 
 
 
 
 
1
  ```py
2
  from diffusers import HunyuanImageRefinerPipeline
3
  import torch
 
1
+ ---
2
+ license: other
3
+ license_name: tencent-hunyuan-community
4
+ license_link: https://github.com/Tencent-Hunyuan/HunyuanImage-2.1/blob/master/LICENSE
5
+ language:
6
+ - en
7
+ - zh
8
+ pipeline_tag: image-to-image
9
+ library_name: diffusers
10
+ ---
11
  ```py
12
  from diffusers import HunyuanImageRefinerPipeline
13
  import torch