Update README.md
Browse files
README.md
CHANGED
@@ -31,6 +31,7 @@ To test the model with the LoRA weights trained for 1 epoch:
|
|
31 |
```bash
|
32 |
python test_lora.py
|
33 |
```
|
|
|
34 |
|
35 |
#### View the Results
|
36 |
The generated images will be saved to the specified paths:
|
|
|
31 |
```bash
|
32 |
python test_lora.py
|
33 |
```
|
34 |
+
The param `lcm_speedup` decide use lcm speed up or not.
|
35 |
|
36 |
#### View the Results
|
37 |
The generated images will be saved to the specified paths:
|