Skip to content

Commit

Permalink
Forgot to add the --fxprefix to txt2img (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
krainboltgreene authored Sep 28, 2022
1 parent 98d81ee commit 07a333d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/txt2img.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,11 @@ def main():
choices=["full", "autocast"],
default="autocast"
)
parser.add_argument(
"--fprefix",
type=str,
help="filename prefix for sample outputs"
)
opt = parser.parse_args()

if opt.laion400m:
Expand Down

0 comments on commit 07a333d

Please sign in to comment.