Skip to content

Commit

Permalink
fix param
Browse files Browse the repository at this point in the history
  • Loading branch information
illeatmyhat authored and illeatmyhat committed Aug 26, 2022
1 parent a5ffb20 commit 7923a99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/img2img.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,13 +170,13 @@ def main():
parser.add_argument(
"--config",
type=str,
default="configs/stable_diffusion/v1-inference.yaml",
default="configs/stable-diffusion/v1-inference.yaml",
help="path to config which constructs model",
)
parser.add_argument(
"--ckpt",
type=str,
default="models/ldm/stable_diffusion-v1/model.ckpt",
default="models/ldm/stable-diffusion-v1/model.ckpt",
help="path to checkpoint of model",
)
parser.add_argument(
Expand Down

0 comments on commit 7923a99

Please sign in to comment.