Spaces:
Running
on
Zero
Running
on
Zero
1inkusFace
commited on
Update app.py
Browse files
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
|
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(
|