mirror of
https://github.com/AcademiaSD/sd-forge-fluxtools-v2.git
synced 2026-01-26 19:29:58 +00:00
52 lines
1.8 KiB
Markdown
52 lines
1.8 KiB
Markdown
# sd-forge-fluxtools-v2
|
|
|
|
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.
|
|
|
|
Video instructions: https://www.youtube.com/watch?v=MHYSFBkF36s
|
|
|
|
|
|
## Requierements
|
|
> [!WARNING]
|
|
> Easiest way to ensure necessary diffusers release is installed is to edit requirements_versions.txt in the webUI directory.
|
|
>
|
|
> diffusers>=0.32.0
|
|
>
|
|
> controlnet-aux>=0.0.9
|
|
>
|
|
> Redux models will be downloaded on first use, just under 1Gb.
|
|
> Depth models will be downloaded on first use, just under 2.6Gb.
|
|
|
|
|
|
## 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)
|
|
>
|
|
|
|

|
|
|
|

|
|
|
|

|
|
|
|

|