From d63beeab2e3a85b711e9127afa5fe4b94f8ab31f Mon Sep 17 00:00:00 2001
From: Isi <86603298+Isi-dev@users.noreply.github.com>
Date: Fri, 2 Aug 2024 17:23:54 +0100
Subject: [PATCH] Update README.md
---
README.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index b8c654d..7788755 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
-
+
#This is my ComfyUi-windows implementation for the image animation project -> UniAnimate: Taming Unified Video Diffusion Models for Consistent Human Image Animation
@@ -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)