From c6453bc77380ee54b8fc22fea1d99d1759ed83df Mon Sep 17 00:00:00 2001 From: Azalea <22280294+hykilpikonna@users.noreply.github.com> Date: Tue, 8 Apr 2025 17:35:05 -0400 Subject: [PATCH 1/3] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 6dde338..c88e6fb 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,9 @@ ![HiDream-I1 Demo](assets/demo.jpg) +![image](https://github.com/user-attachments/assets/6d444129-5070-4be8-894a-52466d86ed4e) + + This repository is a fork of `HiDream-I1` quantized to 4 bits, allowing it to run in less than 16GB of VRAM. From 10fc2afbbbb050018f5a850369c0b3ccff4064a9 Mon Sep 17 00:00:00 2001 From: Azalea <22280294+hykilpikonna@users.noreply.github.com> Date: Tue, 8 Apr 2025 17:36:46 -0400 Subject: [PATCH 2/3] Update README.md --- README.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index c88e6fb..1ff1f2c 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,12 @@ # HiDream-I1 4Bit Quantized Model +This repository is a fork of `HiDream-I1` quantized to 4 bits, allowing the full model to run in less than 16GB of VRAM. + +> `HiDream-I1` is a new open-source image generative foundation model with 17B parameters that achieves state-of-the-art image generation quality within seconds. + ![HiDream-I1 Demo](assets/demo.jpg) -![image](https://github.com/user-attachments/assets/6d444129-5070-4be8-894a-52466d86ed4e) - - - -This repository is a fork of `HiDream-I1` quantized to 4 bits, allowing it to run in less than 16GB of VRAM. - -> `HiDream-I1` is a new open-source image generative foundation model with 17B parameters that achieves state-of-the-art image generation quality within seconds. +![image](https://github.com/user-attachments/assets/d4715fb9-efe1-40c3-bd4e-dfd626492eea) ## Models From 3187ae752e5976f19dc8b96b85e43e8f4c42f9f6 Mon Sep 17 00:00:00 2001 From: Azalea <22280294+hykilpikonna@users.noreply.github.com> Date: Tue, 8 Apr 2025 18:24:00 -0400 Subject: [PATCH 3/3] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ff1f2c..79a1698 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ python ./inference.py --model_type fast ``` > **Note:** The inference script will automatically download `meta-llama/Meta-Llama-3.1-8B-Instruct` model files. If you encounter network issues, you can download these files ahead of time and place them in the appropriate cache directory to avoid download failures during inference. -## Gradio Demo +## Gradio Dashboard We also provide a Gradio demo for interactive image generation. You can run the demo with: @@ -47,6 +47,9 @@ We also provide a Gradio demo for interactive image generation. You can run the python gradio_demo.py ``` +![image](https://github.com/user-attachments/assets/39b72f8e-6114-4971-ab5f-0aa39ad81963) + + ## License