comfyui-Image-reward icon indicating copy to clipboard operation
comfyui-Image-reward copied to clipboard

understanding human preference in text-to-image synthesis

Results 4 comfyui-Image-reward issues
Sort by recently updated
recently updated
newest added

File "F:\ComfyUI\custom_nodes\comfyui-Image-reward\nodes\Score.py\../..\ImageReward\utils.py", line 74, in load raise RuntimeError(f"Model {name} not found; available models = {available_models()}") RuntimeError: Model F:\ComfyUI\models\image_reward\ImageReward.pt not found; available models = ['ImageReward-v1.0'] ![image](https://github.com/shadowcz007/comfyui-Image-reward/assets/133877069/5e8abb4c-82c6-47c2-9e6a-38127cf9debd) ![image](https://github.com/shadowcz007/comfyui-Image-reward/assets/133877069/f922d22f-ce6f-4c86-b299-88b3cf9c343b) I download all files...

We are working with dr.lt.data and comfyanon to build a global registry for custom nodes (similar to PyPI). Eventually, the registry will be used as a backend for the UI-manager....

This PR adds a Github Action (publish-node-action) that will publish an updated version of your custom node to the [registry](https://comfyregistry.org/) whenever the `pyproject.toml` file changes. The pyproject.toml defines the custom...