takahiro-nihei
5782eefb9b
Fixed bug where LoRA stopped working when HiRes was enabled.
2024-10-05 19:53:23 +09:00
takahiro-nihei
278c364fd6
Revert "Fixed bug where LoRA stopped working when HiRes was enabled."
...
This reverts commit 308c96d13c .
2024-10-05 19:27:23 +09:00
takahiro-nihei
308c96d13c
Fixed bug where LoRA stopped working when HiRes was enabled.
2024-10-05 12:29:41 +09:00
takahiro-nihei
760e572523
#1
2024-09-08 10:39:59 +09:00
takahiro-nihei
29b8600cbb
bug fix
...
Fixed issue where LBW assignments were misaligned when LoRAs without CLIP or UNet were present.
2024-09-07 18:57:42 +09:00
takahiro-nihei
42d9b65551
#1
2024-09-06 20:35:17 +09:00
takahiro-nihei
e3bcf1b9ca
bug fix
...
Fixed issue where LoRA weights were not reloaded when LoRA block weights were changed.
2024-09-04 22:09:21 +09:00
takahiro-nihei
f2b307d98a
Support new forge
...
Made initial changes to ensure compatibility with new forge. The code now runs, but further testing and improvements may be necessary.
2024-09-04 16:44:13 +09:00
hako-mikan
4d94d247a6
#156
2024-04-06 16:32:18 +09:00
hako-mikan
d404effc14
Update lora_block_weight.py
2024-04-06 00:52:38 +09:00
hako-mikan
5c45f880c7
add makeweights
2024-04-05 23:55:05 +09:00
hako-mikan
1fa7eb78f5
#151
2024-02-12 23:56:37 +09:00
hako-mikan
cbec799759
#150
2024-02-12 11:05:14 +09:00
hako-mikan
316c03f943
Update lora_block_weight.py
2024-02-07 00:20:25 +09:00
hako-mikan
701ddd813f
Update lora_block_weight.py
2024-02-06 23:52:27 +09:00
hako-mikan
589945953e
#147
2024-02-06 23:47:44 +09:00
hako-mikan
0ea455c13e
support forge
2024-02-06 23:42:42 +09:00
hako-mikan
885db95104
#140
2023-12-18 23:19:10 +09:00
hako-mikan
b19aa6cc58
#135
2023-12-17 17:54:42 +09:00
torara46
5b3df191c8
Fix elemental
2023-12-14 11:30:58 +09:00
hako-mikan
cf66fc62ad
#133
2023-11-28 20:23:04 +09:00
hako-mikan
3df4bffa62
Merge pull request #131 from Akegarasu/main
...
fix uiconfig not exist when webui firstime startup
2023-11-22 19:46:42 +09:00
hako-mikan
c574e01735
#126,#129
2023-11-22 19:46:24 +09:00
秋葉杏
6c8340de53
fix uiconfig not exist when webui firstime startup
2023-11-22 14:39:37 +08:00
hako-mikan
dec251bf98
#130
2023-11-21 23:02:38 +09:00
hako-mikan
c36382c3b6
#126,#129,#130
2023-11-21 19:28:51 +09:00
storyicon
25a92626ba
feat: reduce unnecessary time consumption
...
Signed-off-by: storyicon <storyicon@foxmail.com>
2023-11-09 09:37:07 +00:00
nonnonstop
5ea8eaac5d
Fix the referenced key in ui-config.json
2023-11-01 23:31:01 +09:00
nonnonstop
647bf37103
Fix the path of ui-config.json
2023-11-01 23:30:21 +09:00
v0xie
61f8cdc0fd
feat: GLora support
2023-10-28 15:26:47 -07:00
hako-mikan
a12b74b386
#115,#117
2023-10-26 19:47:28 +09:00
zeng-hq
8ac2d3ab92
reset generatedbases when setting new seed
2023-10-24 16:25:38 +08:00
hako-mikan
0ef39c5d85
Merge pull request #113 from sometimesacoder/bug/index-error-111
...
Fix hako-mikan/sd-webui-lora-block-weight#111
2023-10-04 20:08:20 +09:00
sometimesacoder
95d2b2cf3e
Fix hako-mikan/sd-webui-lora-block-weight#111
...
`load_loras_blocks` iterates lorans and it requires weights. If there
are no weights then there is no reason to append to lorans, in that
case just skip the network and let webui handle the te and unet. This
fixes an index out of range error when there's multiple networks, and
one or more loras define both the TE and UNET but no weights, and at
least one lora defines weights from Lora Block Weight.
2023-10-03 20:15:51 -06:00
sometimesacoder
fbdb72aac5
Support Original Weights in XY of XYZ Plot
...
Adds X weights to Y weights. If both X and Y have a value in the same
block then Y's is set to 0; both values are used due to both XY and
YX being generated, but the diagonal shows only the X values in that
case. When X and Y have no overlap then XY is generated and YX just
copies the already generated image into the output.
Implemented duplicate base checker that skips generating an image
that's identical to one already generated. If a previous iteration
already generated a base that's identical to the current one then the
existing image is copied and applied to the output.
2023-09-26 18:39:24 -06:00
hako-mikan
3d226913c1
remove debug code
2023-08-23 20:39:05 +09:00
hako-mikan
06b672566d
#100,#103,#104
2023-08-22 23:52:10 +09:00
hako-mikan
3eba7323d6
Update lora_block_weight.py
2023-08-10 18:39:13 +09:00
hako-mikan
970d641f2a
add debug
2023-08-10 18:38:46 +09:00
hako-mikan
f3ea77b54f
Update lora_block_weight.py
2023-08-04 19:12:30 +09:00
hako-mikan
818995a36a
Update lora_block_weight.py
2023-08-02 22:44:23 +09:00
hako-mikan
b8b58d3078
Update lora_block_weight.py
2023-08-02 22:10:00 +09:00
hako-mikan
95450122c6
Update lora_block_weight.py
2023-07-31 23:40:32 +09:00
hako-mikan
81ca7049fe
#82
2023-07-29 02:56:37 +09:00
hako-mikan
c4bc640e9f
Merge pull request #84 from AlUlkesh/main
...
Honor IGNORE_CMD_ARGS_ERRORS environment variable
2023-07-28 20:57:09 +09:00
hako-mikan
2161ca5521
#82,#85,#87
2023-07-28 20:26:30 +09:00
AlUlkesh
4c6df21998
Honor IGNORE_CMD_ARGS_ERRORS environment variable
2023-07-26 23:13:10 +02:00
hako-mikan
ebb1d355fe
Update lora_block_weight.py
2023-07-24 19:24:22 +09:00
hako-mikan
7d167812e4
Update lora_block_weight.py
2023-07-24 12:25:02 +09:00
hako-mikan
1b62aaa045
Add files via upload
2023-07-22 00:31:52 +09:00