From b55d2492a9e796f25bf8f501ad3c748b50365531 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Thu, 13 Sep 2018 19:49:06 +0200 Subject: render dir --- app/relay/modules/pix2pixhd.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/relay/modules/pix2pixhd.js b/app/relay/modules/pix2pixhd.js index c09eadc..31a3635 100644 --- a/app/relay/modules/pix2pixhd.js +++ b/app/relay/modules/pix2pixhd.js @@ -18,7 +18,7 @@ const fetch = { // relay the new dataset name from youtube-dl or w/e const lines = res.split('\n') for (let line of lines) { - console.log(line) + // console.log(line) if ( line.match(/^created dataset: /) ) { let tag = line.split(': ')[1].trim() task.dataset = tag @@ -193,7 +193,7 @@ const live = { // relay the new dataset name from youtube-dl or w/e const lines = res.split('\n') for (let line of lines) { - console.log(line) + // console.log(line) if ( line.match(/^final result: /) ) { let tag = line.split(': ')[1].trim() task.dataset = tag @@ -232,6 +232,7 @@ const render_recursive = { '--tag', render_dir, '--module', task.module, '--endpoint', process.env.API_REMOTE + '/api/folder/' + task.opt.folder_id + '/upload/', + '--prefix', 'recur', ] } } -- cgit v1.2.3-70-g09d2