Spaces:
Running
Running
Internal Server Error after ZeroGPU tensors packing done
#161
by
gokaygokay
- opened
It would take a long time to explain, but what needs to be done is fairly simple.
https://github.com/inference-sh/Real-ESRGAN.gitrequires an older version oftorch==2.0.0, but2.0.0no longer works in Zero GPU space =>subprocess.run("pip install... --no-deps", shell=True)- Gradio, or rather a certain version of FastAPI, has a bug =>
pydantic==2.10.6 - Transformers has undergone significant changes in version
4.50.0, which may cause issues with Diffusers =>transformers<=4.49.0
The above are folk remedies.
https://huggingface.co/spaces/John6666/Tile-Upscaler
Thanks, that helped me fix a lot of spaces
It would take a long time to explain, but what needs to be done is fairly simple.
https://github.com/inference-sh/Real-ESRGAN.gitrequires an older version oftorch==2.0.0, but2.0.0no longer works in Zero GPU space =>subprocess.run("pip install... --no-deps", shell=True)- Gradio, or rather a certain version of FastAPI, has a bug =>
pydantic==2.10.6- Transformers has undergone significant changes in version
4.50.0, which may cause issues with Diffusers =>transformers<=4.49.0The above are folk remedies.
https://huggingface.co/spaces/John6666/Tile-Upscaler
What a Chad comment.