https://github.com/philz1337x/comfyui-clarityai
ComfyUI Node of Clarity AI creative image upscaler and enhancer. ComfyUI alternative of Magnific AI
https://github.com/philz1337x/comfyui-clarityai
comfyui comfyui-controlnet-aux comfyui-manager comfyui-nodes comfyui-upscaler comfyui-workflow upscaler
Last synced: 7 months ago
JSON representation
ComfyUI Node of Clarity AI creative image upscaler and enhancer. ComfyUI alternative of Magnific AI
- Host: GitHub
- URL: https://github.com/philz1337x/comfyui-clarityai
- Owner: philz1337x
- Created: 2024-05-06T20:35:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-25T08:48:51.000Z (about 1 year ago)
- Last Synced: 2025-03-29T03:03:00.534Z (7 months ago)
- Topics: comfyui, comfyui-controlnet-aux, comfyui-manager, comfyui-nodes, comfyui-upscaler, comfyui-workflow, upscaler
- Language: Python
- Homepage: https://ClarityAI.cc
- Size: 7.07 MB
- Stars: 171
- Watchers: 3
- Forks: 14
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Clarity AI node for ComfyUI
This is a ComfyUI node for Clarity AI, the creative image upscaler. It upscales and enhances images to high resolution.

## Free Usage:
We now have a fully ComfyUI workflow of Clarity upscaler, it seems to uses the same tech and is getting close to the clarity results. Needs some final tweaking to reach the same quality.
Feel free to experiment and let me know if you discover great parameters.
### 1. Install
Just drag and drop the `free-workflow.json` workflow json file into your ComfyUI
## Simple but paid usage:
### 1. Install Clarity AI node
Open ComfyUI Manager, search for Clarity AI, and install the node.
Alternatively:
```bash
cd custom_nodes
git clone https://github.com/philz1337x/ComfyUI-ClarityAI
```
### 2. Create your API key
Create an API key at: https://clarityai.cc/comfyui
### 3. Add the key to the node
Add the API key to the environment variable "`CAI_API_KEY`"
Alternatively, you can write your API key to a "`cai_platform_key.txt`" text file in the ComfyUI-ClarityAI folder.
Not recommended: You can also use and/or override the above by entering your API key in the '`api_key_override`' field. But be careful to delete the api_key_override when sharing your workflow.