Spaces:
Running
on
Zero
Running
on
Zero
add requirements
Browse files- README.md +2 -0
- requirements.txt +5 -0
README.md
CHANGED
@@ -8,6 +8,8 @@ sdk_version: 4.31.5
|
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: creativeml-openrail-m
|
|
|
|
|
11 |
---
|
12 |
|
13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: creativeml-openrail-m
|
11 |
+
models:
|
12 |
+
- kujiale-ai/controlnet
|
13 |
---
|
14 |
|
15 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
requirements.txt
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
transformers
|
2 |
+
diffusers
|
3 |
+
opencv-python-headless
|
4 |
+
safetensors
|
5 |
+
pillow
|