Add custom args to GUI and add arg conflict validation to workers

This commit is contained in:
Brett Williams
2023-05-22 13:43:39 -05:00
parent 815d5d78b2
commit 1e92cb3a06
6 changed files with 37 additions and 8 deletions

View File

@@ -47,7 +47,7 @@ class AERenderWorker(BaseRenderWorker):
logging.error(f'Failed to get {cls.renderer} version: {e}')
return version
def _generate_subprocess(self):
def generate_worker_subprocess(self):
if os.path.exists('nexrender-cli-macos'):
logging.info('nexrender found')