kiri-art / docker-diffusers-api

Diffusers / Stable Diffusion in docker with a REST API, supporting various models, pipelines & schedulers.
https://kiri.art/
MIT License
202 stars 94 forks source link

Currently RUNTIME_DOWNOADS requires a MODEL_URL callInput #24

Closed nurgel closed 1 year ago

nurgel commented 1 year ago

probably a noob question, but after sending a request to a txt2img model from local UI to remote banana, the below error is returned. any suggestions?

{ "callID": "e850c01c-4835-4330-86a5-b2045c225951", "finished": false, "modelOutputs": [ { "$error": { "code": "NO_MODEL_URL", "message": "Currently RUNTIME_DOWNOADS requires a MODEL_URL callInput" } } ], "message": "" }

nurgel commented 1 year ago

using provider 1 on the UI instead of provider 2 resolved the issue