A SwarmUI extension that adds parameters for ProPost
Most notably, LUTs are able to be applied during an image generation. If you're not familiar with what a LUT is, a quick 10,000 ft overview: high quality photo filters.
If the nodes are not installed in the ComfyUI backend the parameters for that node won't show up in the generate tab.
*** Shout out to Quaggles for their excellent work on SwarmUI-FaceTools who I lifted a lot of this work from ***
- All nodes are implemented, bug fixes
LUTs are stored in SwarmUI/Models/luts. There is no need to install luts at any other location.
- Select the extension in the Server -> Extensions tab and click 'Install'
The extension will be kept up to date when
update-(your platform)is run - Be sure you have gone to the Generate tab then expanded the
ControlNetgroup and clickedInstallthere as well!
- Shutdown SwarmUI
- Open a cmd/terminal window in
SwarmUI\src\Extensions - Run
git clone https://github.com/HellerCommaA/SwarmUI-PostRender.git - Run
SwarmUI\update-windows.batto recompile SwarmUI - Launch SwarmUI as usual, if the ProPost nodes are installed you should see parameter groups for them in the generate tab.
- Expand the
Film Graingroup and clickInstall ProPost Nodes. Click OK to confirm. then once the install is finished, restart SwarmUI. - Be sure you have gone to the Generate tab then expanded the
ControlNetgroup and clickedInstallthere as well!
- Shutdown SwarmUI
- Open a cmd/terminal window in
SwarmUI\src\Extensions\SwarmUI-PostRender - Run
git pull - Run
SwarmUI\update-windows.batto recompile SwarmUI
Check out ProPost for clear usage.