Spaces:
Running
on
Zero
Unusable on ZeroGPU
The app times out waiting for the model to load. My ZeroGPU balance depletes before I can generate an image.
If a reasonable solution can't be found, then the app will have to run in a "single-model" mode on ZeroGPU without the refiner. Check for the Spaces environment variable and operate normally on regular hardware. Use one of the Segmind models as default.
- Added the base
vae_1_0/config.json
to preloaded files. - Made the refiner disabled by default.
- Refined GPU duration request. Now accounts for number of pixels. Still overestimates to account for variance.
- Added Segmind's new Vega model and made it the default. Can load and generate in under 10 seconds now!
I confirmed that the vae_1_0
config is downloaded if not in the cache. The 0.9 version is what is in the actual vae
folder. The configs are downloaded but not the safetensors. I do have the 0.9 checkpoint in preloaded files just in case, but it should never be loaded since we're always using Ollin's VAE. If there were network issues, it's possible that the pipeline was timing out waiting for that file.