Skip to content

Commit

Permalink
added large model as default
Browse files Browse the repository at this point in the history
  • Loading branch information
cfreude committed Aug 13, 2022
1 parent c8c4ee6 commit 3ac6942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/txt2img.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def main():
parser.add_argument(
"--ckpt",
type=str,
default="models/ldm/stable-diffusion-v1/model.ckpt",
default="models/ldm/text2img-large/model.ckpt",
help="path to checkpoint of model",
)
parser.add_argument(
Expand Down

0 comments on commit 3ac6942

Please sign in to comment.