htoyryla / urdiffusion

Your own diffusion with small, private datasets
MIT License
7 stars 2 forks source link

urdiffapp2 model change does not (always?) work #8

Open htoyryla opened 1 year ago

htoyryla commented 1 year ago

In commit https://github.com/htoyryla/urdiffusion/commit/5b4faec5fc0078454737042effe9bd9f6ceab21b

Something wrong in how the change is handled between sessions (as well as if the initial setting is effective when you start a new session).

htoyryla commented 1 year ago

Looks like this commit also can use init image from a different session. Hmm. The changes should have made the session more separate and self contained, but there is still something wrong.

Note: at the same time the session whose image was taken into another, has stalled (diffusion stopped without error message).

Possibly an error in gradio???

htoyryla commented 1 year ago

Looks like it is a problem related to queuing. Client 2 is starting or running a diffusion, client 1 presses go and gets to run instead of queuing.

When this happens, client 2 Go button no longer works.