Skip to content

Commit

Permalink
Update convertodiffv1.py
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLastBen authored Feb 17, 2023
1 parent 55d1409 commit 14612a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dreambooth/convertodiffv1.py
Original file line number Diff line number Diff line change
Expand Up @@ -1048,7 +1048,7 @@ def save_diffusers_checkpoint(v2, output_dir, text_encoder, unet, vae=None):
beta_schedule="scaled_linear",
beta_start=0.00085,
num_train_timesteps=1000,
clip_sample=false,
clip_sample=False,
set_alpha_to_one=False,
skip_prk_steps=True,
)
Expand Down

0 comments on commit 14612a6

Please sign in to comment.