Commit Graph

138 Commits (738d70ae2790cb7ea27d3858e49baf21c54df666)

Author SHA1 Message Date
Chengsong Zhang 738d70ae27 fix a lot of problems in AutoSAM ControlNet but still a lot of problem 2023-04-23 09:47:53 +08:00
Chengsong Zhang ae36032134 fix index out of range bug 2023-04-23 06:47:35 +08:00
Chengsong Zhang 44a4a75be0 finish coding 2023-04-23 03:05:22 +08:00
Chengsong Zhang 9ad6093e0c finish everything except color inpainting 2023-04-23 02:09:28 +08:00
Chengsong Zhang 733d011b80 cope with new inpaint of cnet extension 2023-04-22 23:39:28 +08:00
Chengsong Zhang 172c749e27 change function sequence. Next step: implement process parameter process logic 2023-04-22 09:20:20 +08:00
Chengsong Zhang ae41a1b2fe add log info 2023-04-22 09:06:40 +08:00
Chengsong Zhang ff3f85d0b3 3rd TODO finish: mask in category 2023-04-22 08:58:02 +08:00
Chengsong Zhang 92bce80c81 near the end of the 3rd TODO 2023-04-22 08:24:45 +08:00
Chengsong Zhang 7ab45ebe22 finish 2nd TODO: image layout 2023-04-22 04:39:59 +08:00
Chengsong Zhang 6480835fb5 modify function sequence 2023-04-22 03:48:15 +08:00
Chengsong Zhang d12b4b4500 first TODO finish: cnet segmentation 2023-04-22 03:46:04 +08:00
Chengsong Zhang c9a25cfbda slightly change ui 2023-04-21 06:10:40 +08:00
Chengsong Zhang fab1cb970d slightly change ui 2023-04-21 06:03:35 +08:00
Chengsong Zhang 5ee3139e9d refactor UI finish 2023-04-21 05:32:59 +08:00
Chengsong Zhang dbb68bd007 update readme 2023-04-20 09:59:43 +08:00
Chengsong Zhang 9a4c502b10 update readme 2023-04-20 09:58:04 +08:00
Chengsong Zhang 740b2b6bc8 major refactor of UI 2023-04-20 09:40:22 +08:00
Chengsong Zhang 4753c8ad35 update incoming features 2023-04-19 09:16:38 +08:00
Chengsong Zhang 564ab2a505 update for semantic segmentation support 2023-04-19 08:49:05 +08:00
Chengsong Zhang 724b4db617 remove redundant visible 2023-04-19 03:04:24 +08:00
Chengsong Zhang b7bdea1e0c fix when no cnet 2023-04-19 02:54:06 +08:00
Chengsong Zhang 0b5ba2f323 fix when no cnet 2023-04-19 02:53:30 +08:00
Chengsong Zhang 1d1824cdb1 update failure instruction 2023-04-19 02:13:49 +08:00
Chengsong Zhang d168dca02b get rid of annoying js change button logic 2023-04-19 02:03:41 +08:00
Chengsong Zhang c7bd99ac6a fix typo inside gradio 2023-04-19 01:33:47 +08:00
Chengsong Zhang 9b2a830356 add cnet control to also upload to inpainting upload 2023-04-19 01:25:39 +08:00
Chengsong Zhang 16c7a6ee4d fix typo inside cnet upload panel 2023-04-19 01:07:44 +08:00
Chengsong Zhang a09593788f support uploading mask to cnet inpainting 2023-04-19 01:04:21 +08:00
Chengsong Zhang 350dd4defc add functionality to choose to only save masked image 2023-04-18 23:51:49 +08:00
Chengsong Zhang eb382945f6
Update README.md with resized QR code 2023-04-18 23:22:08 +08:00
Chengsong Zhang 4854feabb0
Update README.md with sponsor info 2023-04-18 23:13:16 +08:00
Chengsong Zhang f2b87de4b9 add ext release date 2023-04-18 07:19:10 +08:00
Chengsong Zhang 9c91ab5dc4 move controlnet setting requirement from img2img to cnet 2023-04-18 07:06:50 +08:00
Chengsong Zhang 63d663891f update readme to ask user to update cnet 2023-04-18 06:32:41 +08:00
Chengsong Zhang d55a604eba update bug report 2023-04-18 06:30:17 +08:00
Chengsong Zhang 45637b6ebc use max_cn_num to check cn number 2023-04-18 06:14:40 +08:00
Chengsong Zhang da6baf84a6
Merge pull request #48 from continue-revolution/ControlNet
fix issue when no cnet installed
2023-04-18 06:09:44 +08:00
Chengsong Zhang 0d10426ea6 fix issue when no cnet installed 2023-04-18 06:08:43 +08:00
Chengsong Zhang 4ee968b5a3 update readme 2023-04-18 03:40:44 +08:00
Chengsong Zhang 062fe0968b
Merge pull request #45 from continue-revolution/ControlNet
ControlNet Inpainting Support
2023-04-18 03:34:05 +08:00
Chengsong Zhang e76a212314 controlnet inpainting supported 2023-04-18 03:33:23 +08:00
Chengsong Zhang 5e1b28c221 support cnet inpaintting 2023-04-18 00:08:53 +08:00
Chengsong Zhang ce5438e391
Merge pull request #38 from jordan-barrett-jm/bugfix/api-mask-index
Fixed sam_predict return index err. Added padding
2023-04-17 01:53:58 +08:00
jordan-barrett-jm 79254042bd Added mask padding example to API Usage 2023-04-16 11:23:49 -05:00
jordan-barrett-jm 01e493f736 Fixed sam_predict return index err. Added padding 2023-04-16 11:15:27 -05:00
Chengsong Zhang 9b28075a6c
Merge pull request #37 from continue-revolution/ControlNet
skip non-image and no-mask in batch
2023-04-16 22:50:19 +08:00
Chengsong Zhang d40d7d4744 skip non-image and no-mask in batch 2023-04-16 22:49:00 +08:00
Chengsong Zhang a5c000f05f README API title modify 2023-04-16 20:58:48 +08:00
Chengsong Zhang b7e1866c25 save batch process image as png to avoid RGBA problem 2023-04-16 18:44:47 +08:00