Yan
commited on
Commit
·
5be1635
1
Parent(s):
2ca44ee
remove diffuser dependency since we're not using it and it's causing endpoint launch problem. adding gitignore
Browse files- .gitignore +1 -0
- requirements.txt +0 -1
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
__pycache__/
|
requirements.txt
CHANGED
@@ -1,4 +1,3 @@
|
|
1 |
-
diffusers==0.14.0
|
2 |
safetensors
|
3 |
opencv-python
|
4 |
controlnet_hinter==0.0.5
|
|
|
|
|
1 |
safetensors
|
2 |
opencv-python
|
3 |
controlnet_hinter==0.0.5
|