add openpose-xl

This commit is contained in:
Vladimir Mandic
2024-01-05 07:39:41 -05:00
parent 69ddc42993
commit 0b7bba2e70
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -1,6 +1,6 @@
# Change Log for SD.Next
## Update for 2023-01-04
## Update for 2023-01-05
Following-up on a major release, some more functionality in new Control module
And it also includes fixes for all reported issues so far
@@ -14,6 +14,7 @@ And it also includes fixes for all reported issues so far
*note*: increase denoising strength since outpainted area is blank by default
- add **marigold** depth map processor
this is state-of-the-art depth estimation model, but its quite heavy on resources
- add **openpose xl** controlnet
- configurable output folder in settings
- auto-refresh available models on tab activate
- reduce usage of temp files
+1
View File
@@ -33,6 +33,7 @@ predefined_sdxl = {
'Canny XL': 'diffusers/controlnet-canny-sdxl-1.0',
'Depth Zoe XL': 'diffusers/controlnet-zoe-depth-sdxl-1.0',
'Depth Mid XL': 'diffusers/controlnet-depth-sdxl-1.0-mid',
'OpenPose XL': 'thibaud/controlnet-openpose-sdxl-1.0',
}
models = {}
all_models = {}