radames commited on
Commit
818225c
1 Parent(s): ad6ae44

prompt PromptWeighting

Browse files
Files changed (3) hide show
  1. README.md +2 -1
  2. app.py +1 -0
  3. requirements.txt +1 -1
README.md CHANGED
@@ -4,11 +4,12 @@ emoji: ⚡️⚡️⚡️⚡️
4
  colorFrom: yellow
5
  colorTo: purple
6
  sdk: gradio
7
- sdk_version: 4.25.0
8
  app_file: app.py
9
  pinned: false
10
  disable_embedding: true
11
  header: mini
 
12
  ---
13
 
14
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
4
  colorFrom: yellow
5
  colorTo: purple
6
  sdk: gradio
7
+ sdk_version: 4.26.0
8
  app_file: app.py
9
  pinned: false
10
  disable_embedding: true
11
  header: mini
12
+ short_description: Real-Time Image Generation with SDXL Lightning
13
  ---
14
 
15
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
app.py CHANGED
@@ -189,6 +189,7 @@ with gr.Blocks(css=css) as demo:
189
  max=3,
190
  step=0.005,
191
  show_label=False,
 
192
  )
193
 
194
  with gr.Accordion("Advanced options", open=True):
 
189
  max=3,
190
  step=0.005,
191
  show_label=False,
192
+ info="Drag up and down to adjust the weight of each prompt.",
193
  )
194
 
195
  with gr.Accordion("Advanced options", open=True):
requirements.txt CHANGED
@@ -16,4 +16,4 @@ safetensors
16
  compel
17
  stable_fast @ https://github.com/chengzeyi/stable-fast/releases/download/v1.0.2/stable_fast-1.0.2+torch211cu121-cp310-cp310-manylinux2014_x86_64.whl ; sys_platform != 'darwin' or platform_machine != 'arm64'
18
  spaces
19
- gradio_promptweighting @ ./gradio_promptweighting-0.0.1-py3-none-any.whl
 
16
  compel
17
  stable_fast @ https://github.com/chengzeyi/stable-fast/releases/download/v1.0.2/stable_fast-1.0.2+torch211cu121-cp310-cp310-manylinux2014_x86_64.whl ; sys_platform != 'darwin' or platform_machine != 'arm64'
18
  spaces
19
+ gradio_promptweighting