blessedcoolant
blessedcoolant
> Yes, I just checked it and you can see, after around 10 saves (save the unified canvas image, then import the saved one, save again, repeat), the color saturation...
> Hey @blessedcoolant I'm unsure on how to run the dev mode, any link with documentation so I can try running your new code? Best! Are you familiar with working...
Actually does but it takes time to receive it between the polling interval that is required to keep the socketio connection to the frontend allow. So it feels like it...
Another hack is, press Ctrl C and then refresh the frontend. This will reset the polling time releasing the backend and triggering the break signal.
I'm trying to isolate what is blocking it. No luck so far.
kohya uses Gradio so I guess gradio handles the exit loop. We're moving to FastAPI in our new migration. I expect this to get resolved with that change because then...
I've added checks related to < > and etc in #3139. If this PR is going to be merged, I think the necessary changes need to be made to the...
> `self.is_intermediate` is used but never defined Yes. I'll update this when I'm refining the PR later. I'm just waiting on all the services to settle in. `self.is_intermediate` is used...
The docs are good for the backend stuff. They front end stuff is still WIP. But that's a big write up. So don't really have an ETA on that.
> > The docs are good for the backend stuff. They front end stuff is still WIP. But that's a big write up. So don't really have an ETA on...