Posts

Showing posts from December, 2023

Installing COMFYUI in Virtual Environment

  Write this in notepad and save as ".bat" file: @echo off REM Change directory to C drive root cd C:\ REM Create directory ai if it does not exist if not exist "ai" mkdir ai cd ai REM Clone the repository if not exist "ComfyUI" (     git clone https://github.com/comfyanonymous/ComfyUI.git ) cd ComfyUI REM Create and activate virtual environment if not exist "venv" (     python -m venv venv ) call venv\Scripts\activate.bat REM Install dependencies pip install torch==2.1.0+cu121 torchvision==0.16.0+cu121 torchaudio==2.1.0+cu121 --extra-index-url https://download.pytorch.org/whl xformers pip install -r requirements.txt REM Run ComfyUI python main.py --listen

Top AI Tools

AI Tools Collection AI Tools Collection Categories: AI Audio Separator Music Tools LLM Tools Video Generator Productivity AI Audio Separator Separate vocals and instruments in any song. media.io (LALA.AI) Music Tools Explore tools for creating and editing music using AI. SUNO AI MelodyAI LLM (Large Language Model) Tools Discover tools based on advanced language models for various applications. Awesome-GPTs Resolve Cuda Error for ComfyUI Video Generator Create and edit videos with AI-powered tools. Go to Video Generator Productivity Create and edit videos with AI-powered tools. TL;DR : Enter any URL and have the text content summarized for you! (...) !Expert : I'm an expert system that provides specialized insights in a variety of fields. (...) Explain Like : Any topic explained a...