ChenoAi commited on
Commit
b7806e4
1 Parent(s): dab4e0a
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -76,7 +76,7 @@ def run_comparison(prompt: str,
76
  ).images
77
  image_paths_r3 = [save_image(img) for img in image_r3]
78
 
79
- image_r4 = JX10_pipe(prompt=prompt,
80
  negative_prompt=negative_prompt,
81
  width=width,
82
  height=height,
@@ -88,7 +88,7 @@ def run_comparison(prompt: str,
88
  ).images
89
  image_paths_r4 = [save_image(img) for img in image_r4]
90
 
91
- image_r5 = JX9_pipe(prompt=prompt,
92
  negative_prompt=negative_prompt,
93
  width=width,
94
  height=height,
 
76
  ).images
77
  image_paths_r3 = [save_image(img) for img in image_r3]
78
 
79
+ image_r4 = J10_pipe(prompt=prompt,
80
  negative_prompt=negative_prompt,
81
  width=width,
82
  height=height,
 
88
  ).images
89
  image_paths_r4 = [save_image(img) for img in image_r4]
90
 
91
+ image_r5 = J9_pipe(prompt=prompt,
92
  negative_prompt=negative_prompt,
93
  width=width,
94
  height=height,