vslinx commited on
Commit
06842b8
·
1 Parent(s): f845bca

prototypes for v5.0

Browse files
workflows/IMG2IMG/v5.0/IMG2IMG-ADetailer-v5.0-vslinx.json ADDED
The diff for this file is too large to render. See raw diff
 
workflows/IMG2IMG/v5.0/changelod.md ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ - (TODO: implement manual inpainting)
2
+ - fixed refiner/normal sampler issue when activating/deactivating img2img transfer
3
+ - more lazy switches implemented so workflow only runs nodes required for final result(better performance)
workflows/TXT2IMG/v5.0/TXT2IMG-ADetailer-v5.0-vslinx.json ADDED
The diff for this file is too large to render. See raw diff
 
workflows/TXT2IMG/v5.0/changelod.md ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ - Implementation of Manual inpainting
2
+ - Changed refiner selection with bool and lazy switch for an easy activation/deactivation
3
+ - more lazy switches implemented so workflow only runs nodes required for final result(better performance)