Upload custom_nodes/ComfyUI-Manager/requirements.txt with huggingface_hub
Browse files
custom_nodes/ComfyUI-Manager/requirements.txt
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
GitPython
|
| 2 |
+
PyGithub
|
| 3 |
+
matrix-nio
|
| 4 |
+
transformers
|
| 5 |
+
huggingface-hub>0.20
|
| 6 |
+
typer
|
| 7 |
+
rich
|
| 8 |
+
typing-extensions
|
| 9 |
+
toml
|
| 10 |
+
uv
|
| 11 |
+
chardet
|