chrisgoringe / cg-image-picker

199 stars 13 forks source link

Incompatabilities with frontend #70

Closed SampleTexting closed 4 months ago

SampleTexting commented 6 months ago

Doesn't work with StableSwarmUI, I'm unsure as to why, but it causes the UI to lock up and glitch, then requires an entire server restart to fix the issue because nothing else can be queued. Also, I'm unable to choose an image within the image picker.

chrisgoringe commented 5 months ago

Could you let me know if this is still an issue? There have been a number of changes that might have resolved this, and I don't use StableSwarmUI.

If it is an issue - please look at the javascript console (f12) for errors.

SampleTexting commented 5 months ago

Unfortunately it does seem to still be an issue. Here is what my UI looks like: image

Here is what the console says upon load: image

However it seems as though the server lock-up is fixed EDIT: After further testing, the lock-up is not fixed. Thought it was an issue with a different plugin, so I disabled everything but your plugin and it still ended up happening