diff --git a/README.md b/README.md index 692e8df..8837056 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ pip install --upgrade transformers==4.39.2 if you get any error for any packages, open the requirements.txt file with any text editor remove the version from the front of the package name, and reinstall requirments.txt again -# 🪄🪄🪄Models +# Models🌟🌟🌟 You can download models directly from [GoogleDrive](https://drive.google.com/drive/folders/1dyu81WAP7_us8-loHjOXZzBJETNeJYJk?usp=sharing) and place models into the PATH `./ComfyUI/models/deepfuze/` Ensure to manually download each model one by one and place them, due to the size of the models some of the models won't download if you download the folder preparing the environmental variables navigate into your custom_nodes folder and git clone or manually download the code and extract it into the custom_nodes folder. @@ -108,8 +108,6 @@ You can download models directly from [GoogleDrive](https://drive.google.com/dri You need an OpenAI API Key if you wish to use the "Openai LLM" node for generating dialogues for voice cloning --- -### Prerequisites for Voice Cloning and Lipsyncing - To use the "Openai LLM" node for voice cloning dialogues, you need an OpenAI API Key. You can get this key and set it up by following the instructions in the [OpenAI Developer quickstart guide](https://platform.openai.com/docs/quickstart). Please note that the "Openai LLM" node does not save your API key. Every time you close the node, you will need to manually copy and paste your API key. You can also add the API key as an Environment Variable using the following commands: For Windows: `setx OPENAI_API_KEY "your-api-key-here"`, and for Mac: `export OPENAI_API_KEY='your-api-key-here'`. The next time you need to copy and paste your API key into the LLM Node, you can type the following command in your terminal: `echo $OPENAI_API_KEY`, and it will print your API Key, allowing you to copy and paste it into your Openai LLM node. ## Repository Structure @@ -187,7 +185,6 @@ ComfyUI-DeepFuze/ --- ## DeepFuze Lipsync -![DeepFuze FaceSwap Node example](https://github.com/SamKhoze/ComfyUI-DeepFuze/blob/main/images/DeepFuze_Lipsync_SimpleWorkflow.jpg) ![DeepFuze FaceSwap Node example](https://github.com/SamKhoze/ComfyUI-DeepFuze/blob/main/images/DeepFuze_Lipsync_SimpleWorkflow.jpg) This node generates lipsyncing video from, video, image, and WAV audio files.