Update README.md
Browse files
README.md
CHANGED
|
@@ -159,7 +159,7 @@ pip install diffusers --upgrade
|
|
| 159 |
pip install transformers accelerate safetensors
|
| 160 |
```
|
| 161 |
|
| 162 |
-
The following Python script demonstrates how to utilize the
|
| 163 |
|
| 164 |
```py
|
| 165 |
import torch
|
|
|
|
| 159 |
pip install transformers accelerate safetensors
|
| 160 |
```
|
| 161 |
|
| 162 |
+
The following Python script demonstrates how to utilize the LoRA with Animagine XL 2.0. The default scheduler is EulerAncestralDiscreteScheduler, but it can be explicitly defined for clarity.
|
| 163 |
|
| 164 |
```py
|
| 165 |
import torch
|