Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: Vladimir Mandic <[email protected]>
  • Loading branch information
vladmandic committed Jan 11, 2025
1 parent ca6092e commit b4575ad
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions modules/control/units/controlnet.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,15 +92,15 @@
"XLabs-AI HED": 'XLabs-AI/flux-controlnet-hed-diffusers'
}
predefined_sd3 = {
"StabilityAI Canny": 'diffusers-internal-dev/sd35-controlnet-canny-8b',
"StabilityAI Depth": 'diffusers-internal-dev/sd35-controlnet-depth-8b',
"StabilityAI Blur": 'diffusers-internal-dev/sd35-controlnet-blur-8b',
"InstantX Canny": 'InstantX/SD3-Controlnet-Canny',
"InstantX Pose": 'InstantX/SD3-Controlnet-Pose',
"InstantX Depth": 'InstantX/SD3-Controlnet-Depth',
"InstantX Tile": 'InstantX/SD3-Controlnet-Tile',
"Alimama Inpainting": 'alimama-creative/SD3-Controlnet-Inpainting',
"Alimama SoftEdge": 'alimama-creative/SD3-Controlnet-Softedge',
"StabilityAI Canny SD35": 'diffusers-internal-dev/sd35-controlnet-canny-8b',
"StabilityAI Depth SD35": 'diffusers-internal-dev/sd35-controlnet-depth-8b',
"StabilityAI Blur SD35": 'diffusers-internal-dev/sd35-controlnet-blur-8b',
"InstantX Canny SD35": 'InstantX/SD3-Controlnet-Canny',
"InstantX Pose SD35": 'InstantX/SD3-Controlnet-Pose',
"InstantX Depth SD35": 'InstantX/SD3-Controlnet-Depth',
"InstantX Tile SD35": 'InstantX/SD3-Controlnet-Tile',
"Alimama Inpainting SD35": 'alimama-creative/SD3-Controlnet-Inpainting',
"Alimama SoftEdge SD35": 'alimama-creative/SD3-Controlnet-Softedge',
}
variants = {
'NoobAI Canny XL': 'fp16',
Expand Down

0 comments on commit b4575ad

Please sign in to comment.