diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-09-13 19:22:02 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-09-13 19:22:02 +0200 |
| commit | 3ca69b483816e714ed3eb71a5c9d95b4ff635ec2 (patch) | |
| tree | 36742939d1732b049302d149b7dab1c771c5bb86 /app/client | |
| parent | a456f4aeade66f93768583c5838591684c914092 (diff) | |
merge
Diffstat (limited to 'app/client')
| -rw-r--r-- | app/client/modules/pix2pixhd/views/pix2pixhd.train.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/client/modules/pix2pixhd/views/pix2pixhd.train.js b/app/client/modules/pix2pixhd/views/pix2pixhd.train.js index 8ccc7f8..98d5e88 100644 --- a/app/client/modules/pix2pixhd/views/pix2pixhd.train.js +++ b/app/client/modules/pix2pixhd/views/pix2pixhd.train.js @@ -161,6 +161,11 @@ class Pix2PixHDTrain extends Component { value="Augment" onClick={() => this.props.remote.augment_task(this.state.checkpoint_name, this.state)} /> + <Button + title="Make a movie without augmenting" + value="Generate" + onClick={() => this.props.remote.augment_task(this.state.checkpoint_name, { ...this.state, no_symlinks: true, mov: true })} + /> </Group> <Group title='Augmentation Presets'> <Param title="Short Recursion"> |
