Update README.md
Browse files
README.md
CHANGED
@@ -30,7 +30,7 @@ pipe = pipe.to(device)
|
|
30 |
|
31 |
```python
|
32 |
# Load LoRA weights
|
33 |
-
pipe.load_lora_weights('
|
34 |
```
|
35 |
|
36 |
### 🎨 Generate Image with lora trained on person
|
|
|
30 |
|
31 |
```python
|
32 |
# Load LoRA weights
|
33 |
+
pipe.load_lora_weights('flymy_realism.safetensors', adapter_name="lora")
|
34 |
```
|
35 |
|
36 |
### 🎨 Generate Image with lora trained on person
|