Add support for model chaining
joeyballentine opened this issue · 0 comments
joeyballentine commented
Description:
Add model chaining so that users can efficiently run multiple models at once.
Planned implementation:
--upscale [URL] model1>model2>model3
This will run model1 on the image, then model 2 on the resulting image, and model 3 on the next resulting image.