vslinx commited on
Commit
2e70a00
·
1 Parent(s): b84132e

added tiled decode to manual inpaint hires + controlnet functions overhaul

Browse files
workflows/TXT2IMG/v5.2/TXT2IMG-ADetailer-v5.2-vslinx.json CHANGED
The diff for this file is too large to render. See raw diff
 
workflows/TXT2IMG/v5.2/changelog.md CHANGED
@@ -4,7 +4,9 @@
4
  - ControlNet now only has 1 input image to prevent confusion caused by multiple input images
5
  - Reverted to 1-pass hires fix but through ultimate sd upscale, optional tiled hires fix through toggle (tiled works poorly on v-pred, also keep denoise low on v-pred)
6
  - Increased guide_size and max_size for detailers for higher res detailing, added 2 nodes in detailer section to control it for all detailers
7
- - Added trigger for using tiled vae decode for sampling
 
 
8
  - Fixed a bug where the ControlNet of the Inpaint Area could be activated without activating the Manual Inpainting itself
9
  - Bundles all bypass switches for Inpaint Area into their own subgraph for cleaner backend groups
10
  - Updated recommended resources
 
4
  - ControlNet now only has 1 input image to prevent confusion caused by multiple input images
5
  - Reverted to 1-pass hires fix but through ultimate sd upscale, optional tiled hires fix through toggle (tiled works poorly on v-pred, also keep denoise low on v-pred)
6
  - Increased guide_size and max_size for detailers for higher res detailing, added 2 nodes in detailer section to control it for all detailers
7
+ - Added trigger for using tiled vae decode for sampling (default true -> change in General Function Control if wanted)
8
+ - Added trigger for using tiled vae decode for hires fix (default true -> change in HiRes Fix Control if wanted)
9
+ - Added trigger for using tiled vae decode for hires fix in manual inpainting area (default true -> change in HiRes Fix Control inside of Quality Improvement Group if wanted)
10
  - Fixed a bug where the ControlNet of the Inpaint Area could be activated without activating the Manual Inpainting itself
11
  - Bundles all bypass switches for Inpaint Area into their own subgraph for cleaner backend groups
12
  - Updated recommended resources