psychedelicious
psychedelicious
@realstevewarner Hmm. Please refresh your browser while on InvokeAI and see if there is any output in the javascript console. [Here's how to open the javascript console on most browsers](https://www.coursera.support/s/article/learner-000001653-How-to-open-the-Javascript-console?language=en_US)....
Thanks for the troubleshooting, and great find re: brave. I'll download that browser and see if I can recreate the issue. To clarify I meant the browser JavaScript console not...
Yes, that's the expected output. Something in the browser's storage of your settings had gone sideways. `localStorage.clear()` is the nuke-everything-button. Glad it's working! Just to confirm, does this fix the...
Thanks, I'll need to look into that. Do the thumbnails for those specific images never ever display, or only sometimes display?
Ok, gotcha. I'll keep this in mind as we work on migrating to the new server.
That really shouldn't be needed. The gallery data isn't persisted to the browser. I have a feeling something is funky in `localStorage` and sometimes the UI Reset isn't clearing everything...
I agree more communication between backend and client is needed. I think a `request_capabilites` method that returns exactly what is supported in a given configuration is needed (it's something I've...
@lstein Sure, here is typescript type describing what I am thinking (I hope the typescript syntax is understandable). ```typescript type Postprocessor = { id: string; name: string; // e.g. GFPGAN,...
@patrickvonplaten I think this one was closed prematurely - this is to create seamless, tiling outputs - not tiled VAE decode. Can we re-open?
@GreggHelt2 Is the debug logging here actually needed at this stage?