Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Isi-dev authored Aug 2, 2024
1 parent 068ff40 commit d63beea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<div align="center">

<img src="gif.gif" />
<img src="gif.gif" width="50%" height="34%" />

#This is my ComfyUi-windows implementation for the image animation project -> UniAnimate: Taming Unified Video Diffusion Models for Consistent Human Image Animation

Expand Down Expand Up @@ -41,8 +41,8 @@ If not installed, then:
```
pip install opencv-python
pip install pytorch_lightning
pip install lightning_utilities #if not installed
pip install lightning_fabric #if not installed
pip install lightning_utilities
pip install lightning_fabric
pip install torchmetrics
pip install xFormers = 0.0.20 or copy torch 2.0.1 and supporting libraries and xFormer from A1111 and place in your Environment\Lib\site-packages (or)
pip3 install -U xformers --index-url https://download.pytorch.org/whl/cu118 (for pytorch==2.3.1)
Expand Down

0 comments on commit d63beea

Please sign in to comment.