Spaces:
Runtime error
Runtime error
Commit
•
2ac5b77
1
Parent(s):
694ab8a
Update app.py
Browse files
app.py
CHANGED
@@ -67,8 +67,8 @@ def update_selection(selected_state: gr.SelectData):
|
|
67 |
image = pipe(prompt, num_inference_steps=30, guidance_scale=7.5, cross_attention_kwargs={{"scale":lora_weight}}).images[0]
|
68 |
image.save("image.png")
|
69 |
```
|
70 |
-
|
71 |
-
use_with_uis = f
|
72 |
## Use it with Comfy UI, Invoke AI, SD.Next, AUTO1111:
|
73 |
|
74 |
### Download the `*.safetensors` weights of [here](https://huggingface.co/{lora_repo}/resolve/main/{weight_name})
|
|
|
67 |
image = pipe(prompt, num_inference_steps=30, guidance_scale=7.5, cross_attention_kwargs={{"scale":lora_weight}}).images[0]
|
68 |
image.save("image.png")
|
69 |
```
|
70 |
+
'''
|
71 |
+
use_with_uis = f'''
|
72 |
## Use it with Comfy UI, Invoke AI, SD.Next, AUTO1111:
|
73 |
|
74 |
### Download the `*.safetensors` weights of [here](https://huggingface.co/{lora_repo}/resolve/main/{weight_name})
|