v1.1.454 (#2990)
parent
b92e415381
commit
9fae97fe29
|
|
@ -7,6 +7,7 @@ This extension is for AUTOMATIC1111's [Stable Diffusion web UI](https://github.c
|
|||
|
||||
# News
|
||||
|
||||
- [2024-07-09] 🔥[v1.1.454] ControlNet union model support [Discussion thread: https://github.com/Mikubill/sd-webui-controlnet/discussions/2989]
|
||||
- [2024-07-01] 🔥[v1.1.452] Depth Anything V2 - UDAV2 depth Preprocessor [Pull thread: https://github.com/Mikubill/sd-webui-controlnet/pull/2969]
|
||||
- [2024-05-19] 🔥[v1.1.449] Anyline Preprocessor & MistoLine SDXL model [Discussion thread: https://github.com/Mikubill/sd-webui-controlnet/discussions/2907]
|
||||
- [2024-05-04] 🔥[v1.1.447] PuLID [Discussion thread: https://github.com/Mikubill/sd-webui-controlnet/discussions/2841]
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
version_flag = 'v1.1.452'
|
||||
version_flag = 'v1.1.454'
|
||||
# A smart trick to know if user has updated as well as if user has restarted terminal.
|
||||
# Note that in "controlnet.py" we do NOT use "importlib.reload" to reload this "controlnet_version.py"
|
||||
# This means if user did not completely restart terminal, the "version_flag" will be the previous version.
|
||||
|
|
|
|||
Loading…
Reference in New Issue