AlUlkesh / stable-diffusion-webui-images-browser

an images browse for stable-diffusion-webui
623 stars 111 forks source link

Image Browser: ImageReward is not installed, cannot be used #211

Closed 1nSaneRu closed 1 year ago

1nSaneRu commented 1 year ago

image How to fix?

1nSaneRu commented 1 year ago

When I try to pip install image-reward image

AlUlkesh commented 1 year ago

Well looks like you have a package blip-ci installed that requires older versions of fairscale and timm.

You can tell pip to ignore that by: pip install --force-reinstall image-reward

However then blip or some package that depends on it might not work anymore.

AlUlkesh commented 1 year ago

220