vslinx commited on
Commit
3bdb7bf
·
1 Parent(s): 24566f4

removed wlsh from txt2img and img2img

Browse files
workflows/IMG2IMG/v5.1/IMG2IMG-ADetailer-v5.1-vslinx.json ADDED
The diff for this file is too large to render. See raw diff
 
workflows/IMG2IMG/v5.1/changelod.md ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ - Added new multiline prompt node for positive and negative prompt with option to add wildcards directly through a dropdown browser
2
+ - fixed a bug where the image saved didn't have the processed negative prompts if wildcards were used in the negative prompts
3
+ - removed wlsh custom_node dependency and replaces upscaling with my own upscaling that works the same but uses less vram
4
+ - Switched out some boolean switches for lazy switches for better performance
5
+ - Removal of Crystools nodes as they are mostly obsolete and can be replaced by core/kj nodes
6
+ - now saves positive & negative prompt of inpainting when in use, including lora's used
workflows/TXT2IMG/v5.1/TXT2IMG-ADetailer-v5.1-vslinx.json CHANGED
The diff for this file is too large to render. See raw diff
 
workflows/TXT2IMG/v5.1/changelod.md CHANGED
@@ -1,7 +1,7 @@
1
  - Added new multiline prompt node for positive and negative prompt with option to add wildcards directly through a dropdown browser
2
  - fixed a bug where the image saved didn't have the processed negative prompts if wildcards were used in the negative prompts
 
3
  - Switched out some boolean switches for lazy switches for better performance
4
  - Removal of Crystools nodes as they are mostly obsolete and can be replaced by core/kj nodes
5
  - fixed bug where hires cn img didnt get passed down on inpainting with controlnet
6
-
7
- TODO: switch inpainting prompt for image saving
 
1
  - Added new multiline prompt node for positive and negative prompt with option to add wildcards directly through a dropdown browser
2
  - fixed a bug where the image saved didn't have the processed negative prompts if wildcards were used in the negative prompts
3
+ - removed wlsh custom_node dependency and replaces upscaling with my own upscaling that works the same but uses less vram
4
  - Switched out some boolean switches for lazy switches for better performance
5
  - Removal of Crystools nodes as they are mostly obsolete and can be replaced by core/kj nodes
6
  - fixed bug where hires cn img didnt get passed down on inpainting with controlnet
7
+ - now saves positive & negative prompt of inpainting when in use, including lora's used