Update README.md
Browse files
README.md
CHANGED
@@ -24,6 +24,7 @@ Use a fixed VAE to avoid artifacts (0.9 or fp16 fix)
|
|
24 |
Use it with a LCM Lora!
|
25 |
|
26 |
Use 8 steps and guidance scale of 1.5
|
|
|
27 |
|
28 |
```python
|
29 |
from diffusers import DiffusionPipeline, LCMScheduler
|
|
|
24 |
Use it with a LCM Lora!
|
25 |
|
26 |
Use 8 steps and guidance scale of 1.5
|
27 |
+
1.2 Lora strength for the Pixel Art XL works better
|
28 |
|
29 |
```python
|
30 |
from diffusers import DiffusionPipeline, LCMScheduler
|