ash123 commited on
Commit
9b38713
1 Parent(s): 343459a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -7,7 +7,7 @@ from flax.training.common_utils import shard
7
  from share_btn import community_icon_html, loading_icon_html, share_js
8
 
9
  pipeline, pipeline_params = FlaxStableDiffusionPipeline.from_pretrained(
10
- "bguisard/stable-diffusion-nano",
11
  dtype=jnp.float16
12
  )
13
 
@@ -316,4 +316,4 @@ Despite how impressive being able to turn text into image is, beware to the fact
316
  """
317
  )
318
 
319
- block.queue(concurrency_count=80, max_size=100).launch(max_threads=150)
 
7
  from share_btn import community_icon_html, loading_icon_html, share_js
8
 
9
  pipeline, pipeline_params = FlaxStableDiffusionPipeline.from_pretrained(
10
+ "bguisard/stable-diffusion-nano-2-1",
11
  dtype=jnp.float16
12
  )
13
 
 
316
  """
317
  )
318
 
319
+ block.queue(concurrency_count=10).launch(max_threads=150)