Update README.md
Browse files
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 |
+
```
|