mirror of
https://github.com/vladmandic/automatic
synced 2026-09-11 07:18:44 +02:00
update models preview
This commit is contained in:
@@ -109,6 +109,4 @@ if __name__ == '__main__':
|
||||
parser.add_argument('--output', type = str, default = '', required = False, help = 'output directory')
|
||||
parser.add_argument('input', type = str, nargs = '*')
|
||||
params = parser.parse_args()
|
||||
print('INPUT', params.input)
|
||||
exit()
|
||||
asyncio.run(models(params))
|
||||
|
||||
Reference in New Issue
Block a user