Update README.md

This commit is contained in:
Academia SD
2025-04-05 05:59:49 +02:00
committed by GitHub
parent a2b4e08981
commit 776f956034

View File

@@ -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)
>