Upload custom_nodes/ComfyUI-Prompt-Translator/requirements.txt with huggingface_hub
Browse files
custom_nodes/ComfyUI-Prompt-Translator/requirements.txt
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
argostranslate
|
2 |
+
langdetect
|
3 |
+
ctranslate2
|
4 |
+
sentencepiece
|
5 |
+
pyarrow
|
6 |
+
requests
|
7 |
+
tqdm
|