summaryrefslogtreecommitdiff
path: root/app/client/modules/pix2pixhd
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-08-21 15:01:54 +0200
committerJules Laplace <julescarbon@gmail.com>2018-08-21 15:01:54 +0200
commit1599de57b53c78ac05965fe7038f3a8d67c1a3c0 (patch)
tree0e7bd8af877d627df30ff76c075859711c903a45 /app/client/modules/pix2pixhd
parent3f35f35cc83aef3d710eaaff6395b5dc8561c2f0 (diff)
skip frames
Diffstat (limited to 'app/client/modules/pix2pixhd')
-rw-r--r--app/client/modules/pix2pixhd/views/pix2pixhd.live.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/client/modules/pix2pixhd/views/pix2pixhd.live.js b/app/client/modules/pix2pixhd/views/pix2pixhd.live.js
index 05a23dc..2c89459 100644
--- a/app/client/modules/pix2pixhd/views/pix2pixhd.live.js
+++ b/app/client/modules/pix2pixhd/views/pix2pixhd.live.js
@@ -152,6 +152,11 @@ class Pix2PixHDLive extends Component {
min={-4.0} max={4.0} type='float'
/>
<Slider live
+ title='skip frames'
+ name='sequence_skip'
+ min={0} max={100} type='int'
+ />
+ <Slider live
name='frame_delay'
min={0.0} max={2.0} type='float'
/>