allknowingroger commited on
Commit
ec6b282
1 Parent(s): 4b59cb8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -396,8 +396,8 @@ with tab4:
396
  # input_shapes = {
397
  # "height": 1024, # width of the image
398
  # "width": 1024, # height of the image
399
- # "num_images_per_prompt": 1, # number of images to generate per prompt
400
- # "batch_size": 1 # batch size for the model
401
  # }
402
  #
403
  # sd = NeuronStableDiffusionXLPipeline.from_pretrained(vanilla_model_id, export=True, **input_shapes, **compiler_args)
 
396
  # input_shapes = {
397
  # "height": 1024, # width of the image
398
  # "width": 1024, # height of the image
399
+ # "num_images_per_prompt": 2, # number of images to generate per prompt
400
+ # "batch_size": 2 # batch size for the model
401
  # }
402
  #
403
  # sd = NeuronStableDiffusionXLPipeline.from_pretrained(vanilla_model_id, export=True, **input_shapes, **compiler_args)