HiDiffusion
[ECCV 2024] HiDiffusion: Increases the resolution and speed of your diffusion model by only adding a single line of code!
File Explorer
Download Latest Version (.zip)- controlnet_result.jpg
- fight.jpg
- ghibli_diffusion.jpg
- hidiffusion_logo.jpg
- hidiffusion_logo.png
- image_gallery.jpg
- inpainting_result.jpg
- lara.jpeg
- lara_result.jpg
- lich_king.jpeg
- mask_image.png
- playground_result.jpg
- quality_efficiency.jpg
- sd15.jpg
- sd21.jpg
- sdxl.jpg
- sdxl_turbo.jpg
- various_task.jpg
- Yoshua_Bengio.jpg
- sd15_module_key.txt
- sdxl_module_key.txt
- __init__.py
- hidiffusion.py
- utils.py
- example.ipynb
- LICENSE
- MANIFEST.in
- README.md
- requirements.txt
- setup.py
# Installation Guide
1. Get the code
git clone https://github.com/megvii-research/HiDiffusion
Downloads the entire project code from GitHub to your computer.
cd HiDiffusion
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Python 3 Python is required to use pip.
pip3 install hidiffusion
Installs the package published on PyPI directly β no need to clone the source.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Python
EasyPrerequisites
pip3 install hidiffusion
Installs the package published on PyPI directly β no need to clone the source.
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
