Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -227,7 +227,7 @@ def generate_image(model_choice, additional_positive_prompt, additional_negative
|
|
| 227 |
pipe = pipe_hybridpony
|
| 228 |
|
| 229 |
if use_lowstep_lora:
|
| 230 |
-
|
| 231 |
|
| 232 |
if use_random_seed:
|
| 233 |
seed = random.randint(0, 2**32 - 1)
|
|
|
|
| 227 |
pipe = pipe_hybridpony
|
| 228 |
|
| 229 |
if use_lowstep_lora:
|
| 230 |
+
pipe.unet.load_attn_procs("silveroxides/sdxl_lowstep_beta_v1", weight_name="pytorch_lora_weights.safetensors")
|
| 231 |
|
| 232 |
if use_random_seed:
|
| 233 |
seed = random.randint(0, 2**32 - 1)
|