Linaqruf commited on
Commit
2ac5832
1 Parent(s): e793fef

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 Style Enhancer XL 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
 
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