LaurentMazare / diffusers-rs

An implementation of the diffusers api in Rust
Apache License 2.0
539 stars 55 forks source link

feat: add script to automate flights download ; closes #4 #9

Closed mspronesti closed 2 years ago

mspronesti commented 2 years ago

As discussed in #4, this PR aims at automating the weights download using a shell script. Usage

./scripts/download_weights.sh <HUGGINGFACE_TOKEN>
LaurentMazare commented 2 years ago

Thanks!