Skip to content

Commit

Permalink
config fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cfreude committed Aug 13, 2022
1 parent 3ac6942 commit 7fd86d0
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 @@ -152,7 +152,7 @@ def main():
parser.add_argument(
"--config",
type=str,
default="configs/stable-diffusion/v1-inference.yaml",
default="configs/latent-diffusion/txt2img-1p4B-eval.yaml",
help="path to config which constructs model",
)
parser.add_argument(
Expand Down

1 comment on commit 7fd86d0

@johndpope
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

are these models interchangeable?

Please sign in to comment.