YiYiXu commited on
Commit
ab48b82
·
verified ·
1 Parent(s): 4d95325

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -17,7 +17,7 @@ install from the latest modular diffusers branch. https://github.com/huggingface
17
 
18
  ```
19
  pip uninstall diffusers -y
20
- pip install git+https://github.com/huggingface/diffusers.git@modular-refactor-0501
21
  ```
22
 
23
  run `python main.py` and that's it
 
17
 
18
  ```
19
  pip uninstall diffusers -y
20
+ pip install git+https://github.com/huggingface/diffusers.git@modular-refactor
21
  ```
22
 
23
  run `python main.py` and that's it