drbaph commited on
Commit
4a3dfbd
·
verified ·
1 Parent(s): 388aedd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +43 -11
README.md CHANGED
@@ -15,29 +15,61 @@ extra_gated_eu_disallowed: true
15
  ---
16
 
17
  <p align="center">
18
-
19
-
20
- ![image/png](https://cdn-uploads.huggingface.co/production/uploads/63473b59e5c0717e6737b872/5DZez8C7TeFwRn3FcKDix.png)
21
-
22
  </p>
23
 
24
  <div align="center">
25
 
26
- # HunyuanImage-2.1: An Efficient Diffusion Model for High-Resolution (2K) Text-to-Image Generation​
 
27
 
28
  </div>
29
 
30
  <div align="center">
31
- <a href=https://github.com/Tencent-Hunyuan/HunyuanImage-2.1 target="_blank"><img src=https://img.shields.io/badge/Code-black.svg?logo=github height=22px></a>
32
  <a href="https://huggingface.co/spaces/tencent/HunyuanImage-2.1" target="_blank">
33
  <img src="https://img.shields.io/badge/Demo%20Page-blue" height="22px"></a>
34
- <a href=https://huggingface.co/tencent/HunyuanImage-2.1 target="_blank"><img src=https://img.shields.io/badge/%F0%9F%A4%97%20Models-d96902.svg height=22px></a>
35
  <a href="#" target="_blank"><img src="https://img.shields.io/badge/Report-Coming%20Soon-blue" height="22px"></a>
36
- <a href= https://hunyuan-promptenhancer.github.io/ target="_blank"><img src=https://img.shields.io/badge/PromptEnhancer-bb8a2e.svg?logo=github height=22px></a>
37
- <a href=https://x.com/TencentHunyuan target="_blank"><img src=https://img.shields.io/badge/Hunyuan-black.svg?logo=x height=22px></a>
38
  </div>
39
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
40
 
41
- -----
42
 
43
- [Download fp8_e4m3fn](https://huggingface.co/drbaph/HunyuanImage-2.1_fp8/blob/main/hunyuanimage2.1_fp8_e4m3fn.safetensors)
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  ---
16
 
17
  <p align="center">
18
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/63473b59e5c0717e6737b872/5DZez8C7TeFwRn3FcKDix.png" alt="HunyuanImage-2.1 Banner" />
 
 
 
19
  </p>
20
 
21
  <div align="center">
22
 
23
+ # **HunyuanImage-2.1**
24
+ ### An Efficient Diffusion Model for High-Resolution (2K) Text-to-Image Generation
25
 
26
  </div>
27
 
28
  <div align="center">
29
+ <a href="https://github.com/Tencent-Hunyuan/HunyuanImage-2.1" target="_blank"><img src="https://img.shields.io/badge/Code-black.svg?logo=github" height="22px"></a>
30
  <a href="https://huggingface.co/spaces/tencent/HunyuanImage-2.1" target="_blank">
31
  <img src="https://img.shields.io/badge/Demo%20Page-blue" height="22px"></a>
32
+ <a href="https://huggingface.co/tencent/HunyuanImage-2.1" target="_blank"><img src="https://img.shields.io/badge/%F0%9F%A4%97%20Models-d96902.svg" height="22px"></a>
33
  <a href="#" target="_blank"><img src="https://img.shields.io/badge/Report-Coming%20Soon-blue" height="22px"></a>
34
+ <a href="https://hunyuan-promptenhancer.github.io/" target="_blank"><img src="https://img.shields.io/badge/PromptEnhancer-bb8a2e.svg?logo=github" height="22px"></a>
35
+ <a href="https://x.com/TencentHunyuan" target="_blank"><img src="https://img.shields.io/badge/Hunyuan-black.svg?logo=x" height="22px"></a>
36
  </div>
37
 
38
+ ---
39
+
40
+ ## **Performance on RTX 5090**
41
+ > When using **HunyuanImage-2.1** with the **quantized encoder** + **quantized base model**,
42
+ > the VRAM usage on an **NVIDIA RTX 5090** typically ranges between **26 GB and 29 GB**,
43
+ > depending on resolution, batch size, and prompt complexity.
44
+
45
+ ---
46
+
47
+ <p align="center">
48
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/63473b59e5c0717e6737b872/auZ_xmiKPw0QdBYUrTLn-.png" alt="Example Output 2" />
49
+ </p>
50
+
51
+ <p align="center">
52
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/63473b59e5c0717e6737b872/qod1zCPWjzOZSNcOWx49-.png" alt="Example Output 1" width="50%" />
53
+ </p>
54
+
55
+
56
+ ---
57
+
58
+ ## **Download Quantized Model (FP8 e4m3fn)**
59
+ [**Download hunyuanimage2.1_fp8_e4m3fn.safetensors**](https://huggingface.co/drbaph/HunyuanImage-2.1_fp8/blob/main/hunyuanimage2.1_fp8_e4m3fn.safetensors)
60
 
61
+ ---
62
 
63
+ ### **Workflow Notes**
64
+ - **Model:** HunyuanImage-2.1
65
+ - **Mode:** Quantized Encoder + Quantized Base Model
66
+ - **VRAM Usage:** ~26GB–30GB on RTX 5090
67
+ - **Resolution Tested:** 2K (2048×2048)
68
+ - **Frameworks:** ComfyUI & Diffusers
69
+ - **License:** [tencent-hunyuan-community](https://github.com/Tencent-Hunyuan/HunyuanImage-2.1/blob/master/LICENSE)
70
+
71
+ ---
72
+
73
+ <p align="center">
74
+ 🚀 **Optimized for High-Resolution, Memory-Efficient Text-to-Image Generation**
75
+ </p>