Skip to content

Commit

Permalink
dont print here
Browse files Browse the repository at this point in the history
  • Loading branch information
genekogan committed Aug 12, 2023
1 parent a5c646b commit 1f799d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const main = async () => {

for (var i=0; i<prompts.length; i++) {
let prompt = prompts[i];
console.log(prompt)
//console.log(prompt)

let sizes = [[1024, 1024], [1280, 960], [960, 1280], [1280, 1280], [896, 1536], [1536, 896], [1280, 960]];
let steps = [40, 50, 40, 30];
Expand Down Expand Up @@ -66,8 +66,8 @@ const main = async () => {
generatorName: "create",
config: config
});
console.log(config);
console.log(result);
//console.log(config);
//console.log(result);
nMade++;
} catch (error) {
console.error(error);
Expand Down

0 comments on commit 1f799d6

Please sign in to comment.