You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Today, a image generation requires a second call to an external Azure Endpoint in order to retrieve the generated image. This won't work in air-gapped system as they will not have access to this external URL.
Ideally the image generation should rely on receiving the image inline in b64 format, as part of the model response.
An initial PR was crafted at #1861, however a lot has changed in how images are handled internally and this PR no longer works, and would need to be adapted.
The text was updated successfully, but these errors were encountered:
emerzon
changed the title
Support image generation doesn't work in air gapped systems
Image generation doesn't work in air gapped systems
Aug 9, 2024
Today, a image generation requires a second call to an external Azure Endpoint in order to retrieve the generated image. This won't work in air-gapped system as they will not have access to this external URL.
Ideally the image generation should rely on receiving the image inline in b64 format, as part of the model response.
An initial PR was crafted at #1861, however a lot has changed in how images are handled internally and this PR no longer works, and would need to be adapted.
The text was updated successfully, but these errors were encountered: