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
Launch Options:
--always-gpu --listen --enable-insecure-extension-access --theme dark --pin-shared-memory --cuda-malloc --cuda-stream
With "output sharing" option enabled, interstitial "in progress" images appear correctly, but when generation completes, it appears as a "broken image." The gen is saved correctly in the output directory, and shows up correctly if I install an image browser extension (the problem persists with the extension removed).
If I turn off output sharing, results display as expected.
The text was updated successfully, but these errors were encountered:
Seems to be related to the path traversal exploit fixes in Gradio, for now, could you try adding --gradio-allowed-path G:\SMData\Data\Images to the launch args as a workaround? Where the path is your path to the shared output folder.
Looks like that did it, thanks. Took me a couple of tries (putting a trailing slash on it made it not work, in case anyone else reading this has the same problem)
StabilityMatrix Version: 2.9.0
Forge version: f0.0.17v1.8.0rc-latest-273-gb9705c58
Launch Options:
--always-gpu --listen --enable-insecure-extension-access --theme dark --pin-shared-memory --cuda-malloc --cuda-stream
With "output sharing" option enabled, interstitial "in progress" images appear correctly, but when generation completes, it appears as a "broken image." The gen is saved correctly in the output directory, and shows up correctly if I install an image browser extension (the problem persists with the extension removed).
If I turn off output sharing, results display as expected.
The text was updated successfully, but these errors were encountered: