Skip to content

Commit db2a958

Browse files
committed
make style
1 parent fe33f0a commit db2a958

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/convert_cogview3_to_diffusers.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,6 @@ def convert_cogview3_vae_checkpoint_to_diffusers(ckpt_path, vae_config):
156156

157157

158158
def main(args):
159-
160159
if args.dtype == "fp16":
161160
dtype = torch.float16
162161
elif args.dtype == "bf16":

0 commit comments

Comments
 (0)