Skip to content

Commit

Permalink
or that
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Jul 10, 2024
1 parent c86f477 commit b3935d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def main(args):
start_time = int(datetime.datetime.now().timestamp())
try:
result = subprocess.run(
["comfy", "run", "--workflow", file_path, "--skip-prompt", "--enable-telemetry=False"],
["comfy", "run", "--workflow", file_path, "--skip-prompt", "--no-enable-telemetry"],
check=True,
stdout=subprocess.PIPE,
stderr=subprocess.PIPE,
Expand Down

0 comments on commit b3935d0

Please sign in to comment.