AUTOMATIC1111 / stable-diffusion-webui

Stable Diffusion web UI
GNU Affero General Public License v3.0
139.78k stars 26.49k forks source link

Parameter serialization #174

Closed JohannesGaessler closed 2 years ago

JohannesGaessler commented 2 years ago

I want to implement the serialization of parameters like the prompt or the seed in my IPython shell frontend: https://github.com/JohannesGaessler/stable-diffusion-ipython-shell I could implement this completely on my end but I think it's imperative to ask which of the following features (if any) you would want me to integrate into webui directly:

  1. Conversion of parameters to YAML/JSON. Applying parameters from YAML/JSON. Will be made compatible with the implementation I did on the hlky fork.
  2. Option to write separate info files in YAML/JSON format.
  3. Creating/loading config files that specify parameter settings, e.g. to easily switch between settings for landscapes and portraits.
  4. Conversion of Danbooru links to prompts for use with Waifu Diffusion (methodology currently unclear).

Please explicitly tell me which of these features you want me to make PRs for. Also please note that I will not necessarily implement GUI elements to access the features that I implement.

JohannesGaessler commented 2 years ago

Resolved off-site. None of the features are desirable.