We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d06b106 commit 836e8a8Copy full SHA for 836e8a8
README.md
@@ -55,6 +55,7 @@ Update:
55
```sh
56
cd ComfyUI/custom_nodes/ComfyScript
57
git pull
58
+python -m pip install -r requirements.txt
59
```
60
61
## Transpiler
script/requirements.txt
@@ -1,4 +1,5 @@
1
# Already required by ComfyUI
2
aiohttp
3
4
-nest_asyncio ~= 1.0
+# 1.5.9: https://github.com/erdewit/nest_asyncio/issues/87
5
+nest_asyncio ~= 1.0, >= 1.5.9
0 commit comments