Merge branch 'main' of https://github.com/hykilpikonna/HiDream-I1-nf4
This commit is contained in:
@@ -1,11 +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.
|
||||
|
||||

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

|
||||
|
||||
## Models
|
||||
|
||||
@@ -35,7 +36,7 @@ python -m hi_diffusers "A cat holding a sign that says 'hello world'" -m 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:
|
||||
|
||||
@@ -44,6 +45,9 @@ pip install gradio
|
||||
python gradio_demo.py
|
||||
```
|
||||
|
||||

|
||||
|
||||
|
||||
|
||||
## License
|
||||
|
||||
|
||||
Reference in New Issue
Block a user