sayakpaul HF staff commited on
Commit
958ae3c
·
1 Parent(s): 48fed64

remove example.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ dtype = torch.float16
22
  device = torch.device("cuda")
23
 
24
  # pipeline_to_benchmark, batch_size, use_channels_last, do_torch_compile
25
- examples = [["SD T2I", 4, True, True], ["Würstchen (T2I)", 4, False, True]]
26
 
27
  pipeline_mapping = {
28
  "SD T2I": (DiffusionPipeline, "runwayml/stable-diffusion-v1-5"),
 
22
  device = torch.device("cuda")
23
 
24
  # pipeline_to_benchmark, batch_size, use_channels_last, do_torch_compile
25
+ examples = [["SD T2I", 4, True, True]]
26
 
27
  pipeline_mapping = {
28
  "SD T2I": (DiffusionPipeline, "runwayml/stable-diffusion-v1-5"),