SHI-Labs / Smooth-Diffusion

Smooth Diffusion: Crafting Smooth Latent Spaces in Diffusion Models arXiv 2023 / CVPR 2024
https://shi-labs.github.io/Smooth-Diffusion/
MIT License
313 stars 8 forks source link

Please provide LoRA in a safetensors format #11

Closed bkosowski closed 7 months ago

bkosowski commented 7 months ago

The crucial asset - LoRA - is in a bin/pickle format. This format is considered unsafe as arbitrary code can be executed this way. This, in turn, prevents Smooth-Diffusion from being adopted more widely.

Please provide the LoRA in a safe safetensors format.

JiayiGuo821 commented 7 months ago

Hi, @bkosowski, thanks for the valuable comment! We have updated the assets and app.py to support .safetensors.

bkosowski commented 7 months ago

Thank you so much, @JiayiGuo821!