sd-webui-lobe-theme
sd-webui-lobe-theme copied to clipboard
🤯 Guidelines for Issue Submission and FAQ
[!IMPORTANT]
Before submitting, please check:
- Ensure that your plugin branch is
main
and it is the latest commit (There have been multiple instances of updates lagging due to switching to thedev
or other branches)- Check if the SD WebUI is the latest version
- Try disabling other plugins to rule out conflicts causing the issue; if so, please provide the
name of the conflicting plugin
- There are no current plans to support third-party modified versions such as
SD Next
, etc.- If extra-network loading infinite, try adding
--no-gradio-queue
to the COMMANDLINE_ARGS
[!TIP]
The versions currently released have all undergone standard environment testing during the submission period:
- Browser environment: Latest version of Chrome
- SD WebUI version: The latest version from the official website at the time of the plugin's release
- Plugins: ControlNet (This is for minimum environment testing)
[!NOTE]
Follow the rules:
- Before submitting an issue, please search existing
issues
to ensure that the problem has not already been raised- Ensure that the problem description is clear, accurate, and includes relevant environmental information and error logs
- Please adhere to a friendly and polite code of conduct; do not post malicious, aggressive, or irrelevant comments
- If an issue has been resolved, please close the corresponding
issue
- If you are capable of resolving the issue, please submit the corresponding
pull request