Skip to content

Installation

s1dlx edited this page Jul 21, 2023 · 3 revisions

Requirements

  • stable-diffusion-webui. You need to have it working locally and know how to change option flags.
  • Install this extension from url: https://github.com/s1dlx/sd-webui-bayesian-merger.git. This will place this codebase into your extensions folder.

Prepare payloads and configuration

Read through the configuration guide. In short, a payload is where you type in all the generation parameters (just like you click away in the webui); you have to

  • copy the payload.tmpl.yaml file and name it mypayloadname.yaml
  • fill in the various fields. Prompts support wildcards but not other extensions (e.g. sd-dynamic-prompt) yet.
  • make another copy of the payload template and keep going
  • try to have different resolutions, cfg values, samplers, etc...
  • however, try to be consistent with the style you want to achieve from the optimisation. For example, if you are merging two photorealistic models, it makes sense to avoid prompting for illustration. This is with the aim of not confusing the optimisation process.
Clone this wiki locally