Skip to content

Tencent/LightDiffusionFlow

Repository files navigation

sd-webui-lightdiffusionflow

English | 中文

This extension is developed for AUTOMATIC1111's Stable Diffusion web UI that provides import/export options for parameters.
"Stable Diffusion Web UI" hereafter referred to as "SD Web UI"

Capabilities

  • Export/Import web UI parameters with a single file (images, inputs, sliders, checkboxes etc.) .
  • Support parsing png info from image and restoring parameters back to the web UI.
  • Supported extensions:
    • In theory, it can support any plugin. (Except for certain plugin images, as they require the corresponding elem_id to be provided.)

lightflow_en

Install

Use Install from URL option with this repo url.

Requirements

None at all.

Usage

  • Export Parameters:
    In the SD Web UI, configure the desired options, and click the "Export" button to export a flow file that records the current parameters.

  • Import Parameters:
    In the SD Web UI, click the "FileBox", select the corresponding flow file, and import the parameters from the file. You can also directly drag and drop the flow file into the "FileBox" for importing.

Currently, the plugin supports SD WebUI versions v1.5 and above, and compatibility testing for earlier versions has not been conducted.
If not due to compatibility issues with essential functionalities, it is strongly recommended to upgrade to version v1.6 or above before using this plugin!

Examples

You can find several official examples in the example/ folder. If you want to try out more possibilities, please visit Our open-source community for more public examples.

Contributing

If you have any comments, suggestions, or encounter issues with our project, please feel free to raise them through an issue, and we also welcome pull requests at any time!
You are also more than welcomed to share your own LightDiffusionFlow on Our open-source community.

Credits

Licenses for borrowed code can be found in LICENSES/Licenses.md

  • stable-diffusion-webui-state - https://github.com/ilian6806/stable-diffusion-webui-state

    Our team urgently needs a solution to easily share the Stable Diffusion Web UI settings, and Ilian Iliev's stable-diffusion-webui-state project has been a great help to us. Thank you, Ilian Iliev!

  • Big thanks to Hali for the inspiration, suggestions, and various forms of support during the development of this project. Much appreciated!