From d2af6d1b4427928013b5594efb9e0f08ad3bfd16 Mon Sep 17 00:00:00 2001 From: lllyasviel Date: Fri, 9 Feb 2024 14:57:45 -0800 Subject: [PATCH] Contribution Guideline --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 7cebb0f7..507a7d02 100644 --- a/README.md +++ b/README.md @@ -682,3 +682,11 @@ Other extensions should work without problems, like: However, if newer extensions use Forge, their codes can be much shorter. Usually if an old extension rework using Forge's unet patcher, 80% codes can be removed, especially when they need to call controlnet. + +# Contribution + +Forge uses a bot to get commits and codes from https://github.com/AUTOMATIC1111/stable-diffusion-webui/tree/dev every afternoon (if merge is automatically successful by a git bot, or by my compiler, or by my ChatGPT bot) or mid-night (if my compiler and my ChatGPT bot both failed to merge and I review it manually). + +All PRs that can be implemented in https://github.com/AUTOMATIC1111/stable-diffusion-webui/tree/dev should submit PRs there. + +Feel free to submit PRs related to the functionality of Forge here.