aboutsummaryrefslogtreecommitdiffstats
path: root/modules/cmd_args.py
AgeCommit message (Collapse)AuthorLines
2023-04-04Allow different merge ratios to be used for each pass. Make toggle cmd flag ↵papuSpartan-2/+1
work again. Remove ratio flag. Remove warning about controlnet being incompatible
2023-04-01use pypi package for tomesd intead of manually cloning repopapuSpartan-1/+0
2023-04-01forgot to add reinstall arg back earlier since args moved out of sharedpapuSpartan-0/+1
2023-04-01firstpapuSpartan-0/+4
2023-03-27remove -y, bring back -fAUTOMATIC-1/+1
2023-03-27bring back -yAUTOMATIC-0/+1
2023-03-25split commandline args into its own fileAUTOMATIC-661/+12
make launch.py use the same command line argument parser as the main program
2023-03-25Split history: mv modules/shared.py modules/cmd_args.pyAndrey-0/+751