fix F541 f-string without any placeholders

This commit is contained in:
Yuval Aboulafia
2022-12-24 21:35:29 +02:00
parent 5927d3fa95
commit 3bf5591efe
10 changed files with 18 additions and 18 deletions

View File

@@ -208,5 +208,5 @@ def reload_vae_weights(sd_model=None, vae_file="auto"):
if not shared.cmd_opts.lowvram and not shared.cmd_opts.medvram:
sd_model.to(devices.device)
print(f"VAE Weights loaded.")
print("VAE Weights loaded.")
return sd_model