diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-09-13 19:49:06 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-09-13 19:49:06 +0200 |
| commit | b55d2492a9e796f25bf8f501ad3c748b50365531 (patch) | |
| tree | bdecaaa564deabc0f713ffdb0f61128d8268dcbe /app/relay/modules/pix2pixhd.js | |
| parent | 855df35f883ea198100b18ed3e21cf8e0c7408a6 (diff) | |
render dir
Diffstat (limited to 'app/relay/modules/pix2pixhd.js')
| -rw-r--r-- | app/relay/modules/pix2pixhd.js | 5 |
1 files 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', ] } } |
