Update README.md
Browse files
README.md
CHANGED
@@ -20,7 +20,8 @@ To clone the repository and set up the environment, follow these steps:
|
|
20 |
|
21 |
```bash
|
22 |
git clone https://github.com/svjack/ToonCrafter_with_SketchGuidance && cd ToonCrafter_with_SketchGuidance
|
23 |
-
pip install -r requirements.txt
|
|
|
24 |
```
|
25 |
|
26 |
### List Control Models
|
|
|
20 |
|
21 |
```bash
|
22 |
git clone https://github.com/svjack/ToonCrafter_with_SketchGuidance && cd ToonCrafter_with_SketchGuidance
|
23 |
+
pip install -r requirements.txt
|
24 |
+
pip install --upgrade einops
|
25 |
```
|
26 |
|
27 |
### List Control Models
|