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.git
requires an older version oftorch==2.0.0
, but2.0.0
no 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