Linaqruf / sd-notebook-collection

209 stars 42 forks source link

Saving Settings #24

Open LukeOvermind opened 1 year ago

LukeOvermind commented 1 year ago

Not an issue. Just a question. How do you keep your UI settings after each session? Or is that not possible?

Linaqruf commented 1 year ago

You can't do it in colab, because it's runtime environment, all data will lost if your session ended. However, there is some hacky way to do it,

  1. by saving config.json and ui_config.json to drive
  2. load them via --ui-settings-file and --ui-config-file in commandline_args
LukeOvermind commented 1 year ago

thanks going to try that!

LukeOvermind commented 1 year ago

Ok so finally got around trying to do this but kind of struggeling here. Any chance you can give a more detailed description or how to do the above?