AUTOMATIC1111 / stable-diffusion-webui

Stable Diffusion web UI
GNU Affero General Public License v3.0
141.57k stars 26.75k forks source link

[Bug]: view image in full screen doesn't work #10044

Closed MatthewARoy closed 1 year ago

MatthewARoy commented 1 year ago

Is there an existing issue for this?

What happened?

when clicking on images there is no preview pain that pops up setting is confirmed active

Steps to reproduce the problem

  1. Go to ....
  2. Press ....
  3. ... generate image then click on it

What should have happened?

image has large preview

Commit where the problem happens

22bcc7be428c94e9408f589966c2040187245d81

What platforms do you use to access the UI ?

Windows

What browsers do you use to access the UI ?

Google Chrome

Command Line Arguments

--xformers

List of extensions

Extension | URL | Version | Update -- | -- | -- | -- openpose-editor | https://github.com/fkunn1326/openpose-editor.git | 199feff9 (Sun Feb 19 09:31:08 2023) | unknown sd-model-preview-xd | https://github.com/CurtisDS/sd-model-preview-xd | 175f5e2b (Thu Apr 6 16:18:00 2023) | unknown sd-webui-additional-networks | https://github.com/kohya-ss/sd-webui-additional-networks.git | 59a72abc (Tue Mar 28 12:13:30 2023) | unknown sd-webui-controlnet | https://github.com/Mikubill/sd-webui-controlnet | 340d7c38 (Sat Feb 18 04:09:38 2023) | unknown sd_dreambooth_extension | https://github.com/d8ahazard/sd_dreambooth_extension | c544ee11 (Mon Jan 23 23:04:57 2023) | unknown stable-diffusion-webui-daam | https://github.com/toriato/stable-diffusion-webui-daam | 0906c850 (Thu Jan 26 04:20:48 2023) | unknown stable-diffusion-webui-images-browser | https://github.com/yfszzx/stable-diffusion-webui-images-browser | a42c7a30 (Sat Dec 10 11:01:30 2022) | unknown LDSR | built-in |   |   Lora | built-in |   |   ScuNET | built-in |   |   SwinIR | built-in |   |   prompt-bracket-checker | built-in Extension URL Version Update openpose-editor https://github.com/fkunn1326/openpose-editor.git 199feff9 (Sun Feb 19 09:31:08 2023) unknown sd-model-preview-xd https://github.com/CurtisDS/sd-model-preview-xd 175f5e2b (Thu Apr 6 16:18:00 2023) unknown sd-webui-additional-networks https://github.com/kohya-ss/sd-webui-additional-networks.git 59a72abc (Tue Mar 28 12:13:30 2023) unknown sd-webui-controlnet https://github.com/Mikubill/sd-webui-controlnet 340d7c38 (Sat Feb 18 04:09:38 2023) unknown sd_dreambooth_extension https://github.com/d8ahazard/sd_dreambooth_extension c544ee11 (Mon Jan 23 23:04:57 2023) unknown stable-diffusion-webui-daam https://github.com/toriato/stable-diffusion-webui-daam 0906c850 (Thu Jan 26 04:20:48 2023) unknown stable-diffusion-webui-images-browser https://github.com/yfszzx/stable-diffusion-webui-images-browser a42c7a30 (Sat Dec 10 11:01:30 2022) unknown LDSR [built-in](http://127.0.0.1:7860/) Lora [built-in](http://127.0.0.1:7860/) ScuNET [built-in](http://127.0.0.1:7860/) SwinIR [built-in](http://127.0.0.1:7860/) prompt-bracket-checker [built-in](http://127.0.0.1:7860/) ### Console logs ```Shell ailed to execute 'observe' on 'MutationObserver': parameter 1 is not of type 'Node'. TypeError: Failed to execute 'observe' on 'MutationObserver': parameter 1 is not of type 'Node'. at generationParams.js:13:17 at runCallback (file=script.js:38:9) at file=script.js:44:31 at Array.forEach () at executeCallbacks (file=script.js:44:11) at MutationObserver. (file=script.js:56:9) runCallback @ file=script.js:40 (anonymous) @ file=script.js:44 executeCallbacks @ file=script.js:44 (anonymous) @ file=script.js:56 childList (async) v @ :7860/assets/index.37b24c07.js:1 m @ :7860/assets/index.37b24c07.js:8 p @ :7860/assets/index.37b24c07.js:8 p @ :7860/assets/index.37b24c07.js:8 Ar @ :7860/assets/index.37b24c07.js:4 Xt @ :7860/assets/index.37b24c07.js:4 Promise.then (async) Qt @ :7860/assets/index.37b24c07.js:4 qr @ :7860/assets/index.37b24c07.js:4 (anonymous) @ :7860/assets/index.37b24c07.js:4 (anonymous) @ :7860/assets/Blocks.5efe22d4.js:75 n @ :7860/assets/index.37b24c07.js:4 s @ :7860/assets/index.37b24c07.js:4 a @ :7860/assets/index.37b24c07.js:8 (anonymous) @ :7860/assets/Blocks.5efe22d4.js:76 (anonymous) @ :7860/assets/index.37b24c07.js:4 h @ :7860/assets/index.37b24c07.js:4 W.onmessage @ :7860/assets/index.37b24c07.js:4 SyntaxError: Unexpected end of JSON input at JSON.parse () at MutationObserver. (main.js:355:31) ``` ### Additional information _No response_
missionfloyd commented 1 year ago

Openpose editor once caused this. Try updating it. https://github.com/fkunn1326/openpose-editor/issues/97

That image browser is outdated and broken, use this one. https://github.com/AlUlkesh/stable-diffusion-webui-images-browser

MatthewARoy commented 1 year ago

Thank you @missionfloyd, that fixed it.