We now have sd-webui-GPT4V-Image-Captioner for SD WebUI,
Remade application version by Godot, VLMCaption-TagCraft, is now compatible with most online APIs.
This is a multifunctional image processing toolbox built with Gradio, capable of tagging images using the GPT-4-vision or Claude 3 API, the cogVLM model, Qwen-VL(Alibaba Cloud), the Moondream model.
Key features include:
Developers: Jiaye, LEOSAM是只兔狲, SleeeepyZhou, Fok, GPT4. Welcome everyone to add more new features to this project.
To use Claude 3, simply replace the API key and URL with the Claude 3 API key and URL (/v1/messages), and changing the model name to "claude-3-opus" (or sonnet).
git clone https://github.com/jiayev/GPT4V-Image-Captioner
install_windows.bat to run and install all necessary dependencies.start_windows.bat.git clone https://github.com/jiayev/GPT4V-Image-Captioner
cd GPT4V-Image-Captioner
chmod +x install_linux_mac.sh; chmod +x start_linux_mac.sh
./install_linux_mac.sh
./start_linux_mac.sh
Open the Command Prompt by pressing Win + R, typing cmd, and then pressing Enter.
Clone the repository to your local machine using the following command:
git clone https://github.com/jiayev/GPT4V-Image-Captioner
Once cloning is complete, navigate to the cloned directory:
cd GPT4V-Image-Captioner
Before installing any dependencies, make sure that Python is installed on your system. Check for Python's presence by typing the following command and pressing Enter in the Command Prompt:
python --version
If Python is not installed, you will get an error message. In that case, please visit the Python official download page and follow the instructions to install it.
Create a virtual environment named myenv to avoid contaminating the global Python environment:
python -m venv myenv
Activate the virtual environment you just created:
myenv\Scripts\activate
Update pip to date:
python -m pip install --upgrade pip
Install libraries within the virtual environment:
pip install scipy networkx wordcloud matplotlib Pillow tqdm gradio requests
After completing the steps above, you can start GPT4V-Image-Captioner by double-clicking the start_windows.bat file.
Python
98.5%
We now have sd-webui-GPT4V-Image-Captioner for SD WebUI,
Remade application version by Godot, VLMCaption-TagCraft, is now compatible with most online APIs.
This is a multifunctional image processing toolbox built with Gradio, capable of tagging images using the GPT-4-vision or Claude 3 API, the cogVLM model, Qwen-VL(Alibaba Cloud), the Moondream model.
Key features include:
Developers: Jiaye, LEOSAM是只兔狲, SleeeepyZhou, Fok, GPT4. Welcome everyone to add more new features to this project.
To use Claude 3, simply replace the API key and URL with the Claude 3 API key and URL (/v1/messages), and changing the model name to "claude-3-opus" (or sonnet).
git clone https://github.com/jiayev/GPT4V-Image-Captioner
install_windows.bat to run and install all necessary dependencies.start_windows.bat.git clone https://github.com/jiayev/GPT4V-Image-Captioner
cd GPT4V-Image-Captioner
chmod +x install_linux_mac.sh; chmod +x start_linux_mac.sh
./install_linux_mac.sh
./start_linux_mac.sh
Open the Command Prompt by pressing Win + R, typing cmd, and then pressing Enter.
Clone the repository to your local machine using the following command:
git clone https://github.com/jiayev/GPT4V-Image-Captioner
Once cloning is complete, navigate to the cloned directory:
cd GPT4V-Image-Captioner
Before installing any dependencies, make sure that Python is installed on your system. Check for Python's presence by typing the following command and pressing Enter in the Command Prompt:
python --version
If Python is not installed, you will get an error message. In that case, please visit the Python official download page and follow the instructions to install it.
Create a virtual environment named myenv to avoid contaminating the global Python environment:
python -m venv myenv
Activate the virtual environment you just created:
myenv\Scripts\activate
Update pip to date:
python -m pip install --upgrade pip
Install libraries within the virtual environment:
pip install scipy networkx wordcloud matplotlib Pillow tqdm gradio requests
After completing the steps above, you can start GPT4V-Image-Captioner by double-clicking the start_windows.bat file.
Python
98.5%