
HuggingFace Demo Incomplete — ZeroGPU worker error: InstantiationException
Description
The Hugging Face Space for CompVis / EDGS fails to start on ZeroGPU, returning an InstantiationException during worker initialization. The demo never loads and remains stuck at the ZeroGPU error screen.
This appears to be a backend/runtime startup failure rather than a user input issue.
Environment
Steps to Reproduce
- Open the EDGS Space
- Wait for ZeroGPU worker to start
- Observe the worker crash before model initialization
Expected Behavior
The Space should start the worker, load the EDGS model, and display the UI for inference.
Actual Behavior
ZeroGPU fails to initialize the worker and returns:
InstantiationException
ZeroGPU worker failed to start
The Space never loads and remains unusable.
Additional Notes
- Other Spaces using ZeroGPU load normally, so this appears specific to EDGS.
- The error suggests a startup or dependency issue in the Space configuration.
- The Space may require CPU/GPU runtime or updated environment files.
HuggingFace Demo Incomplete — ZeroGPU worker error: InstantiationException
Description
The Hugging Face Space for CompVis / EDGS fails to start on ZeroGPU, returning an
InstantiationExceptionduring worker initialization. The demo never loads and remains stuck at the ZeroGPU error screen.This appears to be a backend/runtime startup failure rather than a user input issue.
Environment
Steps to Reproduce
Expected Behavior
The Space should start the worker, load the EDGS model, and display the UI for inference.
Actual Behavior
ZeroGPU fails to initialize the worker and returns:
The Space never loads and remains unusable.
Additional Notes