A working Alternative to ChatGPT In ComfyUI Using Deepseek
Workflow: https://sneakyrobot.org/workflow/frankenstein-chatgpt-clone-with-deepseek/
Buy me a coffee? https://buymeacoffee.com/sneakyrobot
ComfyUI: https://github.com/comfyanonymous/ComfyUI
Kokoro TTS Models; https://huggingface.co/thewh1teagle/Kokoro/tree/main
The kokoro TTs Models must go into ("ComfyUI\models\Kokorotts")
LLM Party: https://github.com/heshengtao/comfyui_LLM_party
Kokoro TTS: https://github.com/benjiyaya/ComfyUI-KokoroTTS
Docker: https://www.docker.com/
Ollama: https://ollama.com/
Commands from video:
Installing Kokoro TTs :
python.exe -m pip install -r Comfyui\custom_notes\ComfyUI-kokoroTTS\requirements.txt
API and Base URL for Ollama:
openai_api_key = ollama
base_url = http://127.0.0.
1:11434/v1
NB: Please note that the base URL in the video is missing a 1.
WSL Commands
to check if wsl is installed on ypur system: wsl
To install wsl: wsl --install
check if searxNG is running methot 1 : localhost:8080
check if searxNG is running methot 2 via cmd: docker ps
to see a list of ollama commands: ollama help
to see a list of all the models on your system: ollama list
creaing a modelfile:
ollama create "The name of the new model you are creating" -f "the Name of the modelfile you created"
0:00 Introduction
0:27 Workflow introduction
5:14 Setup and Testing
7:16 First Test
8:53 Second Test
10:39 Third Test
12:23 Fourth Test
13:41 Fifth Test
14:49 sixth Test
16:04 Prompting for Deepseek
17:00 The Other Options Internat Acess
17:54 VLM
19:48 Image Generation
21:00 Installation
21:08 Kokoro TTS
23:48 LLM Party Configuration
24:36 SearxNG
27:57 Ollama
34:02 Persona's