Better instructions coming soon
Install LMStudio:
Download LMStudio from https://lmstudio.ai/
Follow the installation steps provided by LMStudio.
Install ComfyUI: (if you want image generation)
Go to https://comfyui.com/
and download ComfyUI.
Extract the downloaded file and run the installer.
Choose an LLM (Large Language Model) and download FLUX1 model for image generation: For the LLM, you can choose any suitable model like GPT-4 or Claude. Make sure to download the appropriate API keys or credentials. Download the FLUX1 model from https://fluxml.com/flux-models.html for use in ComfyUI.
Set up Python Environment:
Install Pyenv (Python version manager) from https://github.com/pyenv/pyenv
Use pyenv to install Python 3.9 or a newer version
pyenv install 3.9.10 pyenv global 3.9.10
Clone the GitHub Project:
Open your terminal and navigate to the desired directory where you want to clone the project.
Run the following command to clone the repository:
git clone https://github.com/bizzomephisto/CHODE
Replace yourusername with your actual GitHub username and yourproject with the name of your project.
Install Project Requirements: Navigate into the cloned project directory. Run the following command to install the required Python packages:
pip install -r requirements.txt
This will install all the necessary dependencies for your project.