File size: 335 Bytes
062e1da
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
---
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
```