Spaces:
Sleeping
Sleeping
remove example.
Browse files
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]
|
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"),
|