GeorgeQi's picture
Update README.md
062e1da verified
---
license: apache-2.0
---
Converted [safetensors](https://huggingface.co/justin759/realisticVisionV13_v13.safetensors) for [Paint3D](https://github.com/OpenTexture/Paint3D)
```
python tools/convert_original_stable_diffusion_to_diffusers.py \
--checkpoint_path YOUR_LOCAL.safetensors \
--dump_path model_cvt/ \
--from_safetensors
```