Spaces:
Runtime error
Runtime error
Update train_dreambooth_lora_sdxl.py
Browse files
train_dreambooth_lora_sdxl.py
CHANGED
@@ -215,7 +215,7 @@ prompt = "A majestic {prompt} jumping from a big stone at night"
|
|
215 |
image = pipe(
|
216 |
prompt=prompt,
|
217 |
num_inference_steps=50,
|
218 |
-
cross_attention_kwargs
|
219 |
).images[0]
|
220 |
```
|
221 |
"""
|
|
|
215 |
image = pipe(
|
216 |
prompt=prompt,
|
217 |
num_inference_steps=50,
|
218 |
+
cross_attention_kwargs={{"scale": lora_scale}}
|
219 |
).images[0]
|
220 |
```
|
221 |
"""
|