Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model:
|
3 |
+
- stabilityai/stable-diffusion-2-inpainting
|
4 |
+
---
|
5 |
+
Converted to ONNX using [this script](https://github.com/huggingface/diffusers/blob/main/scripts/convert_stable_diffusion_checkpoint_to_onnx.py) for use in [Rana](https://rana.ai/).
|