Commit Graph

66 Commits (c97cfd1e83490e97a5c24de8a61e9b30b3cedd1f)

Author SHA1 Message Date
Kahsolt ef40371b23 fix DDIM broken on MultiDiffusion
fix imports
2023-10-18 21:49:34 +08:00
Kahsolt 77e800fe2a fix on recent fix, notify #313
fix custom box & noise inversion broken
fix log format
2023-10-18 19:59:26 +08:00
Kahsolt 6008621582 refix PR #309 that failed to unhook completely 2023-10-18 12:06:25 +08:00
Kahsolt 56374bcbb0 fix console log to show the computed real tile settings 2023-10-18 12:05:19 +08:00
Kahsolt b9af9312ef fix #294 2023-10-17 14:18:37 +08:00
Kahsolt eaf93da6c3 add SDXL (limited) support, notify #304, #283 2023-10-17 14:18:36 +08:00
Kahsolt 4a6e3312d5 amend pr #9894b2d8 2023-10-16 21:06:44 +08:00
DragonHawkAlpha 1a5511ccd3 Update tilediffusion.py
Fixed issue that causes error saying that a method could not run beause it was not found.  This is to do with the hijack of sd_samplers.create_sampler and sd_samplers.create_sampler_orginal_md.
2023-10-15 12:07:04 +01:00
Kahsolt 152203139e adopt fix from #248, thx for the help 2023-06-14 15:43:38 +08:00
pkuliyi2015 b28c03b10f remove controlnet align() fix 2023-06-09 17:45:33 +00:00
pkuliyi2015 70b3c5ea3c fix css typo; fix load/dump bugs 2023-05-28 09:11:28 +00:00
Vladimir Mandic 0554e642eb
fix path handling 2023-05-27 07:44:33 -04:00
pkuliyi2015 2473d6b005 refine unique elem_ids 2023-05-25 23:37:03 +00:00
pkuliyi2015 acc3666ee8 refine unique elem_ids 2023-05-25 23:34:28 +00:00
pkuliyi2015 f54e190b13 add unique elem_ids 2023-05-25 22:25:23 +00:00
pkuliyi2015 50f5f88944 fix #193 2023-05-22 19:44:01 +00:00
pkuliyi2015 0c3ae90d2b set show_progress=False for faster ui respond 2023-05-21 15:28:24 +00:00
pkuliyi2015 dc3f503111 support StableSR 2023-05-20 13:42:27 +00:00
pkuliyi2015 7336a8cbc2 Change default settings for better performance 2023-05-18 07:28:58 +00:00
pkuliyi2015 23f3a14432 add noise inverse cache 2023-05-09 13:29:40 +00:00
Kahsolt bb45ee34a8 fix on fix for #36, and possible an implementation for #157
now XYZ-plot really works with upscaler, but assure "Keep input image size" is checked
inner API hooks are hijack/unhijack and hooked/unhooked at each run, it is stateless now and should work with other sampler hijacks
2023-05-09 13:39:14 +08:00
Kahsolt 97fcc2ce5d code refatcor, partial fix to #179 (require a hard restart)
more config load/save responsibility
annot noise inv
2023-05-08 15:34:56 +08:00
Kahsolt decace85ea finally found a way to fix #36 :) 2023-05-08 10:33:47 +08:00
pkuliyi2015 0f55e98e27 ni upperlimit to 200 2023-05-04 19:12:03 +00:00
Kahsolt 4c69e6a7df fix #167 on fix of #157, code cleanify 2023-05-04 19:44:22 +08:00
pkuliyi2015 62280878e5 support other attn optimizations 2023-04-15 13:04:45 +00:00
pkuliyi2015 e116fe946f Fixed folder-based batch processing bugs 2023-04-04 10:46:11 +00:00
pkuliyi2015 c244c28072 Fixed #102 2023-04-03 12:23:04 +00:00
pkuliyi2015 1118560b2a Fixed #46 2023-04-02 06:45:08 +00:00
pkuliyi2015 c404b4e036 random seed across batch 2023-04-02 05:01:55 +00:00
pkuliyi2015 6f7cd4fed2 Fixed seed control'
s bug
2023-04-02 03:52:14 +00:00
pkuliyi2015 9dd3604c56 seed control & noise inversion fix 2023-04-01 07:19:26 +00:00
pkuliyi2015 4db7e69457 try to be compatible with controlnet batch processing 2023-03-30 23:50:13 +00:00
pkuliyi2015 27a38c0067 hide noise inversion in txt2img 2023-03-30 07:32:35 +00:00
pkuliyi2015 8837fd32dc noise inversion params & UI 2023-03-30 06:30:15 +00:00
pkuliyi2015 648cdcd05b noise inversion UI support 2023-03-29 13:07:50 +00:00
pkuliyi2015 89b3fe8f60 config dump 2023-03-28 05:37:47 +00:00
pkuliyi2015 4314754be8 minor ui adjustment 2023-03-27 14:05:38 +00:00
Kahsolt 127457004a add bbox cfg dump/load 2023-03-27 19:56:57 +08:00
Kahsolt 0795a2f761 code refactor 2023-03-27 19:56:06 +08:00
pkuliyi2015 0ab4e2479e Fixed package errors 2023-03-26 12:10:06 +00:00
pkuliyi2015 e16becb0ef change package name 2023-03-26 11:41:22 +00:00
pkuliyi2015 045dfe07e1 remove debug reload module 2023-03-26 10:46:34 +00:00
pkuliyi2015 d66337cb2c separate utils package 2023-03-26 00:26:14 +00:00
pkuliyi2015 86db257a79 Fix ui typo 2023-03-25 21:56:44 +00:00
pkuliyi2015 637a7e5cd1 runnable version 2023-03-25 20:54:08 +00:00
pkuliyi2015 885159899b merge latest fix 2023-03-25 18:50:17 +00:00
pkuliyi2015 27d3c032dd support t2i highres by disabling multidiff automatically 2023-03-25 18:29:56 +00:00
Kahsolt f3ca21f857 half broken, almost done 2023-03-25 23:20:28 +08:00
pkuliyi2015 ff1c025ac7 Fixed batch_processing problem and batch_count>1 errors in img2img 2023-03-25 00:41:56 +00:00