stable-diffusion-webui icon indicating copy to clipboard operation
stable-diffusion-webui copied to clipboard

one click only on train embedding button[Bug]:

Open macguyversmusic opened this issue 3 years ago • 4 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues and checked the recent builds/commits

What happened?

image having trained for x steps and wanting to interrupt, it is never possible to click that button again thus i must refresh and re-enter the settings again and again. not sure if it affects others. my browser is Firefox 108.0.2 (64-bit).

Steps to reproduce the problem

  1. Go to frsh install of webui
  2. initiate training
  3. interrupt training
  4. try to use the button to continue and no action
  5. result necesary re-enter data and refresh

What should have happened?

when i interrupt then i can move between tabs or other browser tabs, come back and press the button it continues as if the first time.

Commit where the problem happens

commit: 0b8911d8

What platforms do you use to access UI ?

Windows

What browsers do you use to access the UI ?

Mozilla Firefox

Command Line Arguments

--xformers --api --listen --share

Additional information, context and logs

No response

macguyversmusic avatar Jan 12 '23 17:01 macguyversmusic

Same here

Topzie avatar Jan 12 '23 18:01 Topzie

Another way around this I was thinking of was adding a load/save button that stores current training values in a json file on the server but with this and with the button I am not familiar enough with gradio to make sense of it yet.

mention here about saving ui settings > https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/3452.

i spent the afternoon digging in to gradio but do not see a simple way to translate the ui settings to a file. i will look to find the code tat handles this from the prompt in txt2img tab

macguyversmusic avatar Jan 12 '23 19:01 macguyversmusic

shedding more light here, the system actually appears to be saving a json file of the current config.... image there just seems no simple way to reapply these settings. image am i missing something? why are the settings files created? is there some way to activate these settings in training without adding code or changing anything?

macguyversmusic avatar Jan 14 '23 03:01 macguyversmusic

Looks like the problem is solved. At least for me (using thelastben's colab)

Would be great if they could make those settings persistent.

Topzie avatar Jan 14 '23 20:01 Topzie