Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9021 from pieresimakp/pr-dev
Fix the style box dropdown not wrapping in txt2img and img2img
- Loading branch information
955df77
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Broken dropdown menus..
955df77
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I confirm.
955df77
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I also confirm but it only happens when i use extensions
955df77
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same here, broken dropdown menus
955df77
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I confirm too
955df77
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems that the problem does not arise from this commit. this commit simply ignores the 'wrap unset' for the multiselect dropdown
955df77
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
confirm too
955df77
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
confirm too
955df77
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I had this infinite loading problem 3 days ago, on the first round of the UI updates on Saturday.
I had to checkout the previous version.
955df77
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
try --no-gradio-queue option
955df77
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How can I fix this? This is new from today...
955df77
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For me, this happens while using Chrome, but not when using FIrefox. If using my iphone, I just get an immediate "Something went wrong. Connection errored out." Message
955df77
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This worked for me! thanks
955df77
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Worked for me too, was using Edge, but now on Chrome, still was broken... But Gradio line fixed it.
955df77
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
955df77
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
other work around wait a moment and reload UI
955df77
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lots of errors still even when using the --no-gradio-queue. From the console, thousands of these errors;
**
file=script.js?1680134880.611927:40 Cannot set properties of null (setting 'innerHTML') TypeError: Cannot set properties of null (setting 'innerHTML')
at update_info (layerinfo.js?1680136019.707273:127:87)
at layerinfo.js?1680136019.707273:133:60
at Array.forEach ()
at update_info (layerinfo.js?1680136019.707273:133:47)
at DumpUnet.applySizeCallback (layerinfo.js?1680136019.707273:137:13)
at runCallback (file=script.js?1680134880.611927:38:9)
at file=script.js?1680134880.611927:44:31
at Array.forEach ()
at executeCallbacks (file=script.js?1680134880.611927:44:11)
at MutationObserver. (file=script.js?1680134880.611927:56:9)
Also this error;
file=script.js?1680134880.611927:40 check_gallery is not defined ReferenceError: check_gallery is not defined
at deforum.js?1680136720.8667092:20:5
at runCallback (file=script.js?1680134880.611927:38:9)
at file=script.js?1680134880.611927:44:31
at Array.forEach ()
at executeCallbacks (file=script.js?1680134880.611927:44:11)
at MutationObserver. (file=script.js?1680134880.611927:56:9)
Basically hangs the UI, with thousands of errors in the browser console. Chrome latest.