GeorgeQi commited on
Commit
062e1da
1 Parent(s): bb75352

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -3
README.md CHANGED
@@ -1,3 +1,11 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
+ Converted [safetensors](https://huggingface.co/justin759/realisticVisionV13_v13.safetensors) for [Paint3D](https://github.com/OpenTexture/Paint3D)
5
+
6
+ ```
7
+ python tools/convert_original_stable_diffusion_to_diffusers.py \
8
+ --checkpoint_path YOUR_LOCAL.safetensors \
9
+ --dump_path model_cvt/ \
10
+ --from_safetensors
11
+ ```