Skip to content

Commit

Permalink
Merge pull request #32 from tbenst/generators
Browse files Browse the repository at this point in the history
use 5000 images
  • Loading branch information
tbenst authored Sep 2, 2020
2 parents 353fcc0 + c74379e commit 3f434a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/programs/ffhq-generated.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const scaleY = 1.1
let images = [...Array(10000).keys()].map(x => String(x).padStart(4,"0"))

// First 5000 images only
// images = images.slice(0,5000)
images = images.slice(0,5000)

// Second 5000 images only
// images = images.slice(5000,10000)
Expand Down

0 comments on commit 3f434a0

Please sign in to comment.