mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-07-09 00:37:11 +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"]
|
# 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"]
|
# txt_mod = mod_vectors_dict[f"lite_double_blocks.4.txt_mod.lin"]
|
||||||
# elif self.lite and i > 4:
|
# 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"]
|
# 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"]
|
# txt_mod = mod_vectors_dict[f"double_blocks.{guidance_index}.txt_mod.lin"]
|
||||||
# else:
|
# else:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user