Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: diffusers
|
3 |
+
base_models:
|
4 |
+
- runwayml/stable-diffusion-v1-5
|
5 |
+
- lllyasviel/ControlNet
|
6 |
+
pipeline_tag: image-to-text
|
7 |
+
---
|
8 |
+
[Prompt diffusion](https://huggingface.co/zhendongw/prompt-diffusion) converted to diffusers.
|