T1ckbase commited on
Commit
38d037b
·
1 Parent(s): f11e606
Files changed (1) hide show
  1. main.ts +1 -1
main.ts CHANGED
@@ -36,7 +36,7 @@ async function main() {
36
 
37
  // const prompt = `Photorealistic rendering, hyper-detailed textures, cinematic lighting with volumetric effects, sharp focus with shallow depth of field, subtle chromatic aberration, high dynamic range, meticulous surface imperfections, natural color grading, ultra-high resolution, capturing nuanced light and shadow play, emphasizing tactile qualities, ambient occlusion, advanced ray tracing, realistic lens flares, precise material properties, capturing the essence of observed reality. ` +
38
  // Array.from({ length: randomIntegerBetween(100, 200) }, () => randomString(randomIntegerBetween(1, 100))).join(' ');
39
- const prompt = Array.from({ length: randomIntegerBetween(100, 200) }, () => randomString(randomIntegerBetween(1, 100))).join(' ');
40
  const imgArrayBuffer = await generateImage('black-forest-labs/FLUX.1-schnell', {
41
  inputs: prompt,
42
  parameters: {
 
36
 
37
  // const prompt = `Photorealistic rendering, hyper-detailed textures, cinematic lighting with volumetric effects, sharp focus with shallow depth of field, subtle chromatic aberration, high dynamic range, meticulous surface imperfections, natural color grading, ultra-high resolution, capturing nuanced light and shadow play, emphasizing tactile qualities, ambient occlusion, advanced ray tracing, realistic lens flares, precise material properties, capturing the essence of observed reality. ` +
38
  // Array.from({ length: randomIntegerBetween(100, 200) }, () => randomString(randomIntegerBetween(1, 100))).join(' ');
39
+ const prompt = Array.from({ length: randomIntegerBetween(10, 100) }, () => randomString(randomIntegerBetween(1, 100))).join(' ');
40
  const imgArrayBuffer = await generateImage('black-forest-labs/FLUX.1-schnell', {
41
  inputs: prompt,
42
  parameters: {