mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-09-06 21:57:16 +08:00
Remove trailing whitespace
This commit is contained in:
parent
0a4bc660d4
commit
79f460150e
@ -275,7 +275,7 @@ class Chroma(nn.Module):
|
||||
# img_mod = mod_vectors_dict[f"lite_double_blocks.4.img_mod.lin"]
|
||||
# txt_mod = mod_vectors_dict[f"lite_double_blocks.4.txt_mod.lin"]
|
||||
# elif self.lite and i > 4:
|
||||
# guidance_index = i + 11
|
||||
# guidance_index = i + 11
|
||||
# img_mod = mod_vectors_dict[f"double_blocks.{guidance_index}.img_mod.lin"]
|
||||
# txt_mod = mod_vectors_dict[f"double_blocks.{guidance_index}.txt_mod.lin"]
|
||||
# else:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user