You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
⚠ Remeber to check "Always save all generated images" on in the settings tab, otherwise upscaling and saving intermediate images would not work.
28
+
⚠ Remeber to check "Always save all generated images" on in the settings tab, otherwise "upscaling" and "saving intermediate images" would not work.
29
29
⚠ 记得在设置页勾选 “总是保存所有生成的图片”,否则 上采样 与 保存中间图片 将无法工作。
30
30
31
31
32
32
### Change Log
33
33
34
+
⚪ Compatibility
35
+
36
+
The latest version `v3.0` is synced & tested with:
37
+
38
+
-[AUTOMATIC1111/stable-diffusion-webui](https://github.com/AUTOMATIC1111/stable-diffusion-webui): version `v1.4.0`, tag [v1.4.0](https://github.com/AUTOMATIC1111/stable-diffusion-webui/releases/tag/v1.4.0)
39
+
-[Mikubill/sd-webui-controlnet](https://github.com/Mikubill/sd-webui-controlnet): version `v1.1.229`, commit [eceeec7a7e](https://github.com/Mikubill/sd-webui-controlnet/commit/eceeec7a7e856867de56e26cae9f3e1076480344)
40
+
34
41
⚪ Features
35
42
43
+
- 2023/07/05: `v3.0` re-impl core with sd-webui `v1.4.0` callbacks; this new implementation will be slower, but more compatible with other extensions
36
44
- 2023/04/13: `v2.7` add RIFE to controlnet-travel, skip fusion (experimental)
37
45
- 2023/03/31: `v2.6` add a tkinter [GUI](#run-each-time) for postprocess toolchain
38
46
- 2023/03/30: `v2.5` add controlnet-travel script (experimental), interpolating between hint conditions **instead of prompts**, thx for the code base from [sd-webui-controlnet](https://github.com/Mikubill/sd-webui-controlnet)
@@ -49,6 +57,7 @@ Not only prompts! We also support non-prompt conditions, read => [README_ext.md]
49
57
50
58
⚪ Fixups
51
59
60
+
- 2023/07/05: sync sd-webui-controlnet to `v1.1.229`
52
61
- 2023/04/30: update controlnet core to `v1.1.116`
53
62
- 2023/03/29: `v2.4` bug fixes on script hook, now working correctly with extra networks & [sd-webui-controlnet](https://github.com/Mikubill/sd-webui-controlnet)
54
63
- 2023/01/31: keep up with webui's updates, (issue #14: `ImportError: cannot import name 'single_sample_to_image'`)
0 commit comments