mirror of
https://github.com/nod-ai/AMD-SHARK-Studio.git
synced 2026-04-03 03:00:17 -04:00
This commit adds adds `v_diffusion` model web visualization as a part of shark web. Signed-Off-by: Gaurav Shukla <gaurav@nod-labs.com> Signed-off-by: Gaurav Shukla <gaurav@nod-labs.com>
6 lines
207 B
Bash
Executable File
6 lines
207 B
Bash
Executable File
git clone --recursive https://github.com/crowsonkb/v-diffusion-pytorch.git
|
|
pip install ftfy regex tqdm
|
|
|
|
mkdir checkpoints
|
|
wget https://the-eye.eu/public/AI/models/v-diffusion/cc12m_1_cfg.pth -P checkpoints/
|