Commit Graph

10 Commits

Author SHA1 Message Date
tusharbhutt
c34606a6dc Update requirements.txt 2025-06-11 15:42:08 -06:00
Jan Minar
d9fc2d499d fix: ModuleNotFoundError: No module named 'ImageReward'
missing requirements.txt dependency

fixes the following issue:

```
[2024-06-04 22:26] Traceback (most recent call last):
  File "/workspace/comfyui_launcher_projects/comfyui-strimmlarns-aesthetic-score/comfyui/nodes.py", line 1879, in load_custom_node
    module_spec.loader.exec_module(module)
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/workspace/comfyui_launcher_projects/comfyui-strimmlarns-aesthetic-score/comfyui/custom_nodes/Endless-Nodes/__init__.py", line 7, in <module>
    from .endless_nodes import *
  File "/workspace/comfyui_launcher_projects/comfyui-strimmlarns-aesthetic-score/comfyui/custom_nodes/Endless-Nodes/endless_nodes.py", line 52, in <module>
    import ImageReward as RM
ModuleNotFoundError: No module named 'ImageReward'
```
2024-06-04 23:32:01 +01:00
tusharbhutt
948d115aca Upload v0.40 2023-10-21 16:30:51 -06:00
tusharbhutt
b7961b8be7 Add files via upload 2023-10-18 12:23:12 -06:00
tusharbhutt
6c7712b845 Fix Image Saver bug, add standalone image saver 2023-10-08 08:13:52 -06:00
tusharbhutt
ff48129768 Removed scorers, reverted file saver 2023-10-08 00:02:48 -06:00
tusharbhutt
370389c703 Hotfix attempt for issue #5
Updating the requirements.txt file to manually add the requirements for the CLIP module from OpenAI.  Manual instructions for install from their web page are here:

https://github.com/openai/CLIP#usage
2023-10-07 21:59:15 -06:00
tusharbhutt
e3fbba6edd Hotfix for Issue #2
Updated node to fix "Folder_paths", corrected init.py to remove inactive nodes and updated requirements.txt to add colorama
2023-10-03 17:03:30 -06:00
tusharbhutt
3ff8c9f13c Add files via upload 2023-09-24 23:56:54 -06:00
tusharbhutt
5a1ba39288 Added aesthetic scorer and recategorized nodes 2023-09-24 11:14:15 -06:00