philz1337x / clarity-upscaler

Clarity AI | AI Image Upscaler & Enhancer - free and open-source Magnific Alternative
https://ClarityAI.co
GNU Affero General Public License v3.0
3.58k stars 371 forks source link

Not able to run clairty-upscaler in docker #45

Open zoranmarjanovic opened 1 month ago

zoranmarjanovic commented 1 month ago

Hi,

I'm trying to run Upscaler locally using cog and once the image is built and container starts in docker getting the following errors:

RuntimeError: "addmm_impl_cpu_" not implemented for 'Half'

and

RuntimeError: "log_vml_cpu" not implemented for 'Half'

The container doesn't crash at that moment but once I make an API call the container crashes with the following error

"Invalid operation: state is WorkerState.STARTING (must be WorkerState.READY)"

Any idea how to fix it?