vslinx commited on
Commit
2fb54b2
·
1 Parent(s): f4f89b0

5.2 WIP, minor guide stuff remaining

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
@@ -5,9 +5,10 @@
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
 
9
  TODO:
10
  - update recommended ultralytics models
11
  - update recommended detailer loras
12
- - inpaint area: subgraph the bypass switches - they should work now with our vslinx node changes
13
  - update info about guide_size and max_size in Detailer Group Explanation
 
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
 
11
  TODO:
12
  - update recommended ultralytics models
13
  - update recommended detailer loras
 
14
  - update info about guide_size and max_size in Detailer Group Explanation