mirror of
https://github.com/kohya-ss/sd-scripts.git
synced 2026-04-09 06:45:09 +00:00
Fix additional LoRA to work
This commit is contained in:
@@ -428,7 +428,7 @@ class LoRANetwork(torch.nn.Module):
|
|||||||
for filter, in_dim in zip(
|
for filter, in_dim in zip(
|
||||||
[
|
[
|
||||||
"context_embedder",
|
"context_embedder",
|
||||||
"t_embedder",
|
"_t_embedder", # don't use "t_embedder" because it's used in "context_embedder"
|
||||||
"x_embedder",
|
"x_embedder",
|
||||||
"y_embedder",
|
"y_embedder",
|
||||||
"final_layer_adaLN_modulation",
|
"final_layer_adaLN_modulation",
|
||||||
|
|||||||
Reference in New Issue
Block a user