Commit Graph

70 Commits (main)

Author SHA1 Message Date
Kahsolt 9c532f3487 fix naming conflict, notify #49 2024-02-02 17:37:13 +08:00
Kahsolt 748119041e try fix #48, update controlnet core 2023-12-29 23:35:11 +08:00
Kahsolt 71c40ed77e try fix #46, externel ffmpeg issue 2023-12-29 23:13:15 +08:00
Kahsolt bf3c361de7 clear up all upscale stuff, some non-harmful code refactor :) 2023-12-29 23:12:52 +08:00
Kahsolt 7ae019cd57
Merge pull request #44 from Madrawn/feature/ssim_interpolation
Fix: Forgot something obvious, sorry! - Feature/ssim interpolation
2023-12-29 21:30:15 +08:00
Daniel Dengler 2c5f4c7453 Made it hires compatible
by simply filling the hr prompt
2023-11-16 08:50:16 +01:00
Daniel Dengler 6dd5288e62 Forgot to apply blur where it matters 2023-11-16 06:23:42 +01:00
Daniel Dengler 8d4d8e896e blur: more sensible maximum 2023-11-16 06:22:52 +01:00
Kahsolt f6cf701374
Merge pull request #42 from Madrawn/feature/ssim_interpolation
Feature/ssim interpolation
2023-11-15 21:49:00 +08:00
Daniel Dengler 66f7c4c14f Add SSIM blur slider to avoid detail clutter bogging down ssmi
prompt_travel.py

- Add a new SSIM blur slider to the script's prompt menu.
- The slider helps with images featuring many small changing details.
- The value of the slider ranges from 0 to 100 with a step of 1.
- Update the script's configuration list and arguments with the new
slider.
- Apply the GaussianBlur filter to the images based on the slider value.
- Use the blurred images for calculating distance in the script's main
loop.
- Enhance the script's functionality by considering the SSIM blur when
checking distances between images.
2023-11-14 14:41:54 +01:00
Daniel Dengler 2493c43c71 changed description in accordion 2023-11-14 13:41:36 +01:00
Daniel Dengler f8a8343904 Add scribble_debug function for drawing text on an
image for dev tests

The `scribble_debug` function has been added to draw text on an image
for checking in development. This function is used to write debug text
on an image and is useful for debugging and verifying the code during
development. The function creates a PIL ImageDraw object and uses it to
draw text on the given image.
2023-11-14 13:39:28 +01:00
Daniel Dengler 8907755e6e Remove deprecated script_args and simplify code 2023-11-14 13:37:46 +01:00
Daniel Dengler b2c1f26f1d working for linear fixed process 2023-11-14 10:14:09 +01:00
Kahsolt 6f4a70aafd try fix #39 2023-10-26 12:42:07 +08:00
Kahsolt ea9c75d3cf compatible fix for #37 and #38 2023-09-09 18:15:02 +08:00
Kahsolt 433782e9af supports SDXL v1.0 models 2023-07-31 13:39:49 +08:00
Kahsolt 98a65237aa 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
2023-07-05 17:10:01 +08:00
Kahsolt 4f1837245e limit float precision in cmdline, notify #28 2023-05-03 13:48:08 +08:00
Kahsolt 13ad319676 fix #29, thx for your help :) 2023-05-03 12:00:06 +08:00
Kahsolt a9031e1cfa fix #26, thx for pointing it out ;) 2023-05-01 19:14:05 +08:00
Kahsolt 7e755d317b notify #25, update ctrlnet core
remove some typing imports not available during loading
2023-04-30 20:42:36 +08:00
Kahsolt 343cc38067 fix typo 2023-04-13 15:03:18 +08:00
Kahsolt 62613647d8 update control-travel; notify #21, bugfix #23
make filename correctly ordered
add RIFE for cond interp
add skip_fuse
add reset cuda button
2023-04-13 14:58:07 +08:00
Kahsolt d3c89446fd fix bugs of ptravel manager
rename the GUI script to manager.py
add all other rife model support
fix error export webm
2023-04-10 18:37:55 +08:00
Kahsolt 337add898a fix #20, fix case of embryo
ignore embryo.png in frame viewer and rife interp
add doskey "pp" for cmd_here.cmd quick start postprocessor.py
2023-04-03 10:52:47 +08:00
Kahsolt cb985d3469 try fix again #20 2023-04-02 17:33:44 +08:00
Kahsolt 4a76ba0bd5 add requirements.txt for postprocessor GUI, notes from #20 2023-04-02 16:46:30 +08:00
Kahsolt 34b5bdb4de omg, I forgot the tools/readme.txt, #20 2023-04-01 12:00:22 +08:00
Kahsolt 6e56dad5f3 add a tkinter GUI for postprocess toolchain, as request by #20 2023-03-31 22:41:37 +08:00
Kahsolt 771cb5c0fd add controlnet-travel (experimental) 2023-03-31 04:02:00 +08:00
Kahsolt cdac6a29e8 compatible fix for #19 2023-03-30 20:40:36 +08:00
Kahsolt 2a0b79605a move impl of img upscale & video export to util funtions 2023-03-30 18:41:14 +08:00
Kahsolt 94835f02a6 fix on fix 2023-03-29 14:23:14 +08:00
Kahsolt 791daccc48 move callbacks to correct position, fixup #18 2023-03-29 14:07:59 +08:00
Kahsolt e54f8db770 fix depth-image-io import error 2023-03-29 12:43:54 +08:00
Kahsolt c25a024afd update webui kernel 2023-03-29 12:26:25 +08:00
Kahsolt e34f31442b add mini- depth-image-io as #16 requests
make ui neat, move upscale & video export to Ext.
remove show debug, impotant things will always log
2023-02-14 16:08:24 +08:00
Kahsolt 1b10fa5a71 add logging for real sigma, explain #15 2023-02-01 11:56:38 +08:00
Kahsolt bd55eb0201 code refactor: use enum wisely 2023-02-01 11:55:19 +08:00
Kahsolt 85966785e6 fix #14, explain #13 2023-01-31 10:59:36 +08:00
Kahsolt 8cd6fcd4ce make it save upscaled image 2023-01-28 18:08:15 +08:00
Kahsolt 977aa99e14 make extra networks rework 2023-01-28 15:48:11 +08:00
Kahsolt d7346fd7f3 add 'slerp' linear interpolation method 2023-01-27 17:00:07 +08:00
Kahsolt bcd878f192 add replace mode again (but not the old one)
replace on condition tensor ranther than embeded token
fold code for global consts
2023-01-22 18:50:14 +08:00
Kahsolt 5cfeacc422 add higher upscale ratio support #12 again 2023-01-21 16:48:30 +08:00
Kahsolt 2bad452040 make batch scripts more friendly
remove all annoying %~dp0
seperate tunable parameters out
god blesses whose path contains space chars :(
2023-01-21 16:38:18 +08:00
Kahsolt a46092ccab fix bad busybox 2023-01-20 22:26:59 +08:00
Kahsolt cda0dff372 add optional external post-processing toolchain, add brief chinese readme 2023-01-20 18:42:20 +08:00
Kahsolt 1b46078b6a explorer existing other extensions, add related references 2023-01-19 20:39:08 +08:00