sayakpaul HF staff commited on
Commit
3364fa1
·
verified ·
1 Parent(s): 13d87c4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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"),