rupeshs / fastsdcpu

Fast stable diffusion on CPU
MIT License
1k stars 87 forks source link

Feature request: ability to add custom path in parser.parse_args() for app.py #159

Open remi-maurice opened 3 months ago

remi-maurice commented 3 months ago

Hey, i'm sure its not hard, i wish i could do it myself but i'm totally lost on how to implement that:

parser.add_argument( "--output", type=str, help="Set custom output path, e.g ../results/custom.png ", )

Thank you for yall work, its a very neat program you have going on! Cheers

rupeshs commented 3 months ago

@remi-maurice Thank you for using FastSD CPU