Lmxyy commited on
Commit
6ef8a7b
·
verified ·
1 Parent(s): bb36987

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -8
README.md CHANGED
@@ -64,14 +64,7 @@ Overview of SVDQuant. Stage1: Originally, both the activation ***X*** and weight
64
 
65
  ### Diffusers
66
 
67
- Please follow the instructions in [mit-han-lab/nunchaku](https://github.com/mit-han-lab/nunchaku) to set up the environment. Also, install some ControlNet dependencies:
68
-
69
- ```shell
70
- pip install git+https://github.com/asomoza/image_gen_aux.git
71
- pip install controlnet_aux mediapipe
72
- ```
73
-
74
- Then you can run the model with
75
 
76
  ```python
77
  import torch
 
64
 
65
  ### Diffusers
66
 
67
+ Please follow the instructions in [mit-han-lab/nunchaku](https://github.com/mit-han-lab/nunchaku) to set up the environment. Then you can run the model with
 
 
 
 
 
 
 
68
 
69
  ```python
70
  import torch