Skip to content

Releases: YAIxPOZAlabs/MuseDiffusion

Pretrained weight

14 May 14:27
Compare
Choose a tag to compare

Pretrained weight release

How to use

  • Download and unarchive weights in ./diffusion_models/pretrained_weights by code below.
mkdir diffusion_models
mkdir diffusion_models/pretrained_weights
cd diffusion_models/pretrained_weights
wget https://github.com/YAIxPOZAlabs/MuseDiffusion/releases/download/1.0.0/pretrained_weights.zip
unzip pretrained_weights.zip && rm pretrained_weights.zip
cd ../..