Skip to content

Commit 98a6523

Browse files
committed
re-implement & core update
compatible with sd-webui v1.4.0 & sd-webui-controlnet v1.1.229 gensis SUCCESSIVE is probably broken, do not know why
1 parent 4f18372 commit 98a6523

3 files changed

Lines changed: 882 additions & 813 deletions

File tree

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,22 @@ Not only prompts! We also support non-prompt conditions, read => [README_ext.md]
2525
ℹ 实话不说,我想有可能通过这个来做ppt童话绘本<del>甚至本子</del>……
2626
ℹ 聪明的用法:先手工盲搜两张好看的图 (只有prompt差异),然后再尝试在其间 travel :lolipop:
2727

28-
⚠ 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.
2929
⚠ 记得在设置页勾选 “总是保存所有生成的图片”,否则 上采样 与 保存中间图片 将无法工作。
3030

3131

3232
### Change Log
3333

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+
3441
⚪ Features
3542

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
3644
- 2023/04/13: `v2.7` add RIFE to controlnet-travel, skip fusion (experimental)
3745
- 2023/03/31: `v2.6` add a tkinter [GUI](#run-each-time) for postprocess toolchain
3846
- 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]
4957

5058
⚪ Fixups
5159

60+
- 2023/07/05: sync sd-webui-controlnet to `v1.1.229`
5261
- 2023/04/30: update controlnet core to `v1.1.116`
5362
- 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)
5463
- 2023/01/31: keep up with webui's updates, (issue #14: `ImportError: cannot import name 'single_sample_to_image'`)
@@ -243,7 +252,7 @@ For Linux/Mac:
243252

244253
⚪ extensions that inspired this repo
245254

246-
- controlnet (various image conditions): [https://github.com/Mikubill/sd-webui-controlnet](https://github.com/Mikubill/sd-webui-controlnet)
255+
- sd-webui-controlnet (various image conditions): [https://github.com/Mikubill/sd-webui-controlnet](https://github.com/Mikubill/sd-webui-controlnet)
247256
- depth-image-io (custom depth2img): [https://github.com/AnonymousCervine/depth-image-io-for-SDWebui](https://github.com/AnonymousCervine/depth-image-io-for-SDWebui)
248257
- animator (img2img): [https://github.com/Animator-Anon/animator_extension](https://github.com/Animator-Anon/animator_extension)
249258
- sd-webui-riffusion (music gen): [https://github.com/enlyth/sd-webui-riffusion](https://github.com/enlyth/sd-webui-riffusion)

0 commit comments

Comments
 (0)