I don't think there is anything Forge specific here.
Go to the Extensions tab, then Install from URL, use the URL for this repository.
Easiest way to ensure necessary versions are installed is to edit requirements_versions.txt
in the webUI folder.
diffusers>=0.32.0
Note
if noUnload is selected then models are kept in memory; otherwise reloaded for each run. The unload models button removes them from memory.
Change log
- add 4K model (unlikely to work until diffusers adds VAE tiling)
- changes to model loading so VAE only downloaded once regardless of how many models are used
- and should not download the fp32 transformer models anymore (not sure why pipeline.from_pretrained() loading ignored the variant specified, but loading the transformer separately avoids the issue)
- add initial sampler selection, not sure how many will work yet. Euler and Heun need more steps than DPM++ 2M.
- add rescale CFG, can be very effective
- fixes for gallery, sending to i2i
- add complex human instruction toggle (CHI button), for automatic prompt enhancement.
- avoid unnecessary text encoder load if prompt hasn't changed
- add control of shift parameter. From initial tests doesn't seem as useful as with Flux or SD3.
- added PAG and some sort of i2i
- first implemention. 2K models need ~16GB VRAM for VAE.
example: