LightChaser
22798f6822
Merge pull request #402 from KohakuBlueleaf/fix-dtype-error
...
Fix dtype error in precision=half in macos
2024-08-07 17:32:25 +08:00
Kohaku-Blueleaf
d673f9cf8c
Fix dtype error in precision=half in macos
2024-08-07 18:28:04 +09:00
Kahsolt
8c3ead6913
Merge pull request #396 from Jaylen-Lee/main
...
fix noise inversion
2024-07-07 00:31:56 +08:00
Jaylen Lee
b29322b8ca
fix noise inversion
2024-07-06 22:03:26 +08:00
Kahsolt
574a096313
move doc to wiki
...
The readme is tooo long to read :(
2024-03-30 17:56:11 +08:00
Kahsolt
8f924dc6ef
Merge pull request #373 from light-and-ray/inputaccordion
...
use inputaccordions
2024-03-30 16:09:10 +08:00
Kahsolt
d29227bf70
Merge pull request #376 from Jaylen-Lee/main
...
Improving efficiency for demo& fix disable error
2024-03-30 16:08:58 +08:00
Kahsolt
d802e2bf1f
Merge branch 'main' into main
2024-03-30 16:08:50 +08:00
Kahsolt
8282ab08c7
Merge pull request #375 from light-and-ray/fix_script_disabled
...
fix if script is disabled
2024-03-30 16:07:54 +08:00
Jaylen Lee
3e05e1baa1
update
2024-03-30 15:49:07 +08:00
Andray
1f80d98fd1
fix if script is disabled
2024-03-29 14:53:36 +04:00
Jaylen Lee
8859352768
update
2024-03-29 02:40:06 +08:00
Jaylen Lee
64ea0d92c9
update
2024-03-29 01:55:01 +08:00
Jaylen Lee
e87db08819
update
2024-03-29 01:44:32 +08:00
Jaylen Lee
9eec9b77ac
update
2024-03-29 01:41:05 +08:00
Andray
0d88a384c7
use inputaccordions
2024-03-28 19:18:56 +04:00
Kahsolt
5b87047b7d
Merge pull request #371 from Jaylen-Lee/main
...
Repair for Demofusion
2024-03-28 15:42:32 +08:00
Jaylen Lee
f0cd2ad381
update
2024-03-28 15:08:11 +08:00
Jaylen Lee
b629e087a0
fix & update
2024-03-27 05:27:22 +08:00
Jaylen Lee
0103762918
update
2024-03-25 05:31:05 +08:00
Jaylen Lee
3beff81526
fix
2024-03-25 04:40:45 +08:00
Jaylen Lee
f36c4ad6b1
fix
2024-03-19 19:42:29 +08:00
Jaylen Lee
62902a09ca
fix
2024-03-19 19:41:36 +08:00
Jaylen Lee
361f55d910
fix
2024-03-19 19:35:05 +08:00
Jaylen Lee
8b0763a228
ui&bugs fix
2024-03-19 19:30:21 +08:00
LightChaser
76cde3c2bf
Merge pull request #359 from KohakuBlueleaf/fix-dtype-error
...
Fix dtype mismatch
2024-03-09 15:38:00 +08:00
Kohaku-Blueleaf
c97cfd1e83
Fix dtype mismatch
2024-03-09 15:33:58 +08:00
Kahsolt
0086a19ca4
Merge pull request #358 from Jaylen-Lee/main
...
fix tab
2024-03-08 11:20:44 +08:00
Jaylen-Lee
1055122bde
fix tab
2024-03-08 11:12:22 +08:00
Kahsolt
04c860b191
Merge pull request #356 from Jaylen-Lee/main
...
add demofusion
2024-03-06 18:34:14 +08:00
Jaylen-Lee
6fbf987cc1
add demofusion
2024-03-06 17:47:11 +08:00
Jaylen-Lee
b14b43ee43
add demofusion
2024-03-06 17:37:54 +08:00
Kahsolt
fbb24736c9
backward typing compatible for v1.5.2, notify #315
2023-11-01 18:16:31 +08:00
Kahsolt
61c8114bc2
notify #318 , #315
...
I'll be more carefull next time, I swear
2023-10-20 19:19:34 +08:00
Kahsolt
350dc0e3e0
notify #316 , support SDXL on img2img Noise Inversion
2023-10-20 14:38:47 +08:00
Kahsolt
d91a9b7ac1
notify #318 , typing check should not break runtime, for more compatibility
...
aggregate all typings to .typing module
2023-10-20 11:59:52 +08:00
Kahsolt
60081979d0
notify #317 , #318 ; AttributeError: 'KDiffusionSampler' object has no attribute 'step'
2023-10-20 11:41:40 +08:00
Kahsolt
aa47321b10
fix #314 , error when bacth_size > 1
...
wtf, fix over fix
2023-10-19 13:31:41 +08:00
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
64b32f8383
fix, notify #311 , #312
2023-10-18 11:21:40 +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
Kahsolt
9894b2d822
Merge pull request #309 from DragonHawkAlpha/main
...
Update tilediffusion.py to Fix 'Attribute Not Found' error.
2023-10-15 20:58:16 +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
LightChaser
f9f8073e64
Merge pull request #274 from DmitryVN/patch-1
...
Update attn.py
2023-07-22 14:53:11 +08:00
DmitryVN
ed075cb7b1
Update attn.py
...
Fix upcast attention dtype error.
Same as:
https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/11066
2023-07-21 22:34:55 +03:00