InvokeAI icon indicating copy to clipboard operation
InvokeAI copied to clipboard

pass command-line parameters to invoke.sh and invoke.bat

Open lstein opened this issue 3 years ago • 0 comments

This PR lets the user pass through invoke.py arguments from the launch scripts. Primary use is to enable user to select models and other run-time options without having to edit the init file.

e.g.

invoke.sh --nsfw_checker --model=inpainting-1.5

lstein avatar Nov 28 '22 13:11 lstein