diff --git a/README.md b/README.md index 67a2036..008d764 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,33 @@ # sd-forge-fluxtools-v2 -Flux.1 Tools For Forge WebUI + +This is an implementation to use Canny, Depth, Redux and Fill Flux1.dev ControlNet Forge WebUI Extension +FluxTool code taken from DenOfEquity's forgeFlux_dualPrompt extension https://github.com/DenOfEquity/forgeFlux_dualPrompt +I have added the preprocessor system and the outpaint system, in any case, the main credit is from DenOfEquity https://github.com/DenOfEquity + + + +## Install +Go to the Extensions tab > Install from URL > URL for this repository. + +## Requierements +> [!WARNING] +> Easiest way to ensure necessary diffusers release is installed is to edit requirements_versions.txt in the webUI directory. +> +> diffusers>=0.32.2, + +## Downloads +> [!NOTE] +> Download checkpoints and move to folder models/stable-diffusion +> +> - For Redux +> (https://huggingface.co/Academia-SD/flux1-Dev-FP8/tree/main) +> +> - For Canny +> (https://huggingface.co/Academia-SD/flux1-Canny-Dev-FP8/tree/main) +> +> - For Depth +> (https://huggingface.co/Academia-SD/flux1-Depth-Dev-FP8/tree/main) +> +> - For Fill +> (https://huggingface.co/Academia-SD/flux1-Fill-Dev-FP8/tree/main) +>