Update app.py
Browse files
app.py
CHANGED
@@ -93,7 +93,7 @@ def get_component_wise_memory(pipeline_id, token=None, variant=None, revision=No
|
|
93 |
|
94 |
gr.Interface(
|
95 |
title="Compute component-wise memory of a 🧨 Diffusers pipeline.",
|
96 |
-
description="Sizes will be reported in GB.",
|
97 |
fn=get_component_wise_memory,
|
98 |
inputs=[
|
99 |
gr.components.Textbox(lines=1, label="pipeline_id", info="Example: runwayml/stable-diffusion-v1-5"),
|
|
|
93 |
|
94 |
gr.Interface(
|
95 |
title="Compute component-wise memory of a 🧨 Diffusers pipeline.",
|
96 |
+
description="Sizes will be reported in GB. Pipelines containing text encoders with sharded checkpoints are also supported (PixArt-Alpha, for example) 🤗",
|
97 |
fn=get_component_wise_memory,
|
98 |
inputs=[
|
99 |
gr.components.Textbox(lines=1, label="pipeline_id", info="Example: runwayml/stable-diffusion-v1-5"),
|