Hermes Bot commited on
Commit ·
9aeb852
1
Parent(s): 1912af9
Uncomment torchsde to fix missing module
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -2,7 +2,7 @@ comfyui-frontend-package==1.45.20
|
|
| 2 |
comfyui-workflow-templates==0.11.1
|
| 3 |
comfyui-embedded-docs==0.5.6
|
| 4 |
# torch
|
| 5 |
-
|
| 6 |
# torchvision
|
| 7 |
torchaudio
|
| 8 |
numpy>=1.25.0
|
|
|
|
| 2 |
comfyui-workflow-templates==0.11.1
|
| 3 |
comfyui-embedded-docs==0.5.6
|
| 4 |
# torch
|
| 5 |
+
torchsde
|
| 6 |
# torchvision
|
| 7 |
torchaudio
|
| 8 |
numpy>=1.25.0
|