diff --git a/extensions/sd-webui-reactor/.github/ISSUE_TEMPLATE/bug_report.yml b/extensions/sd-webui-reactor/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 0000000000000000000000000000000000000000..4b2908a1a2176a87dc5a5001d3222585d36e46b6 --- /dev/null +++ b/extensions/sd-webui-reactor/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,58 @@ +name: Bug Report +description: You think somethings is broken +labels: ["bug", "new"] + +body: + - type: checkboxes + attributes: + label: First, confirm + description: Make sure you use the latest version of the ReActor extension and you have already searched to see if an issue already exists for the bug you encountered before you create a new Issue. + options: + - label: I have read the [instruction](https://github.com/Gourieff/sd-webui-reactor/blob/main/README.md) carefully + required: true + - label: I have searched the existing issues + required: true + - label: I have updated the extension to the latest version + required: true + - type: markdown + attributes: + value: | + *Please fill this form with as much information as possible and *provide screenshots if possible** + - type: textarea + id: what-did + attributes: + label: What happened? + description: Tell what happened in a very clear and simple way + validations: + required: true + - type: textarea + id: steps + attributes: + label: Steps to reproduce the problem + description: Please provide with precise step by step instructions on how to reproduce the bug + value: | + 1. Go to .... + 2. Press .... + 3. ... + validations: + required: true + - type: textarea + id: sysinfo + attributes: + label: Sysinfo + description: Describe your platform. OS, browser, GPU, what SD WebUI you use, what version and what extensions are also enabled. If you use A1111 you can generate "System info file" (Settings -> Sysinfo) and put it here. + validations: + required: true + - type: textarea + id: logs + attributes: + label: Relevant console log + description: Please provide cmd/terminal logs from the moment you started UI to the momemt you got an error. This will be automatically formatted into code, so no need for backticks. + render: Shell + validations: + required: true + - type: textarea + id: misc + attributes: + label: Additional information + description: Please provide with any relevant additional info or context. diff --git a/extensions/sd-webui-reactor/.github/ISSUE_TEMPLATE/config.yml b/extensions/sd-webui-reactor/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000000000000000000000000000000000000..53d8e3449910aaaf88d08d527a57921a1b10305d --- /dev/null +++ b/extensions/sd-webui-reactor/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: ReActor Extension Community Support + url: https://github.com/Gourieff/sd-webui-reactor/discussions + about: Please ask and answer questions here. diff --git a/extensions/sd-webui-reactor/.github/ISSUE_TEMPLATE/feature_request.yml b/extensions/sd-webui-reactor/.github/ISSUE_TEMPLATE/feature_request.yml new file mode 100644 index 0000000000000000000000000000000000000000..674577cf107e708fff09801b5f7efffe47d44d35 --- /dev/null +++ b/extensions/sd-webui-reactor/.github/ISSUE_TEMPLATE/feature_request.yml @@ -0,0 +1,16 @@ +name: Feature request +description: Suggest an idea for this project +title: "[Feature]: " +labels: ["enhancement", "new"] + +body: + - type: textarea + id: description + attributes: + label: Feature description + description: Describe the feature in a clear and simple way + value: + - type: markdown + attributes: + value: | + The best way to propose an idea is to start a new discussion via the [Discussions](https://github.com/Gourieff/sd-webui-reactor/discussions) section (choose the "Idea" category) diff --git a/extensions/sd-webui-reactor/.gitignore b/extensions/sd-webui-reactor/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..2fe2733777ba7af729e8c400a41616c8755b7604 --- /dev/null +++ b/extensions/sd-webui-reactor/.gitignore @@ -0,0 +1,10 @@ +__pycache__/ +*.py[cod] +*$py.class +*.pyc + +.vscode/ + +example +*.txt +!requirements.txt diff --git a/extensions/sd-webui-reactor/API.md b/extensions/sd-webui-reactor/API.md new file mode 100644 index 0000000000000000000000000000000000000000..e5f6be501ff8b79d530e5cc81fa36f7c062989f8 --- /dev/null +++ b/extensions/sd-webui-reactor/API.md @@ -0,0 +1,71 @@ +#