1inkusFace commited on
Commit
1669a81
·
verified ·
1 Parent(s): 6cf2243

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -39,7 +39,7 @@ torch.backends.cudnn.benchmark = False
39
 
40
  hftoken = os.getenv("HF_TOKEN")
41
 
42
- ipadapter_path = hf_hub_download(repo_id="InstantX/SD3.5-Large-IP-Adapter Test B", filename="ip-adapter.bin")
43
  model_path = 'ford442/stable-diffusion-3.5-large-bf16'
44
 
45
  def upload_to_ftp(filename):
@@ -218,7 +218,7 @@ body{
218
 
219
  with gr.Blocks(theme=gr.themes.Origin(),css=css) as demo:
220
  with gr.Column(elem_id="col-container"):
221
- gr.Markdown(" # StableDiffusion 3.5 Large with IP Adapter")
222
  expanded_prompt_output = gr.Textbox(label="Prompt", lines=5)
223
  with gr.Row():
224
  prompt = gr.Text(
 
39
 
40
  hftoken = os.getenv("HF_TOKEN")
41
 
42
+ ipadapter_path = hf_hub_download(repo_id="InstantX/SD3.5-Large-IP-Adapter", filename="ip-adapter.bin")
43
  model_path = 'ford442/stable-diffusion-3.5-large-bf16'
44
 
45
  def upload_to_ftp(filename):
 
218
 
219
  with gr.Blocks(theme=gr.themes.Origin(),css=css) as demo:
220
  with gr.Column(elem_id="col-container"):
221
+ gr.Markdown(" # StableDiffusion 3.5 Large with IP Adapter Test B")
222
  expanded_prompt_output = gr.Textbox(label="Prompt", lines=5)
223
  with gr.Row():
224
  prompt = gr.Text(