ComfyUI Extension
AQnodes for ComfyUI
Nodes for ComfyUI, mostly for llm calling and automatizing pulid multiface.
2frames/ComfyUI-AQnodes
Nodes26
On cloudLocal install
CategoryAQ/filters, AQ
Stars1
Updated5 months ago
Nodes (26)
AQ_BatchAverageImage
AQ/filters
AQ_BlendImages
AQ
AQ_CLIPSetLastLayer
AQ/conditioning
AQ_ColorMatchImage
AQ/filters
AQ_CoverPrompt
Aquasite/LLM
AQ_Gemini
Aquasite/LLM
AQ_Gemini_acstep15
Aquasite/LLM
AQ_Image_DetailTransfer
AQ/Image
AQ_ImageMaskSwitch
AQ/Image
AQ_Image_Pad
AQ/Image
AQ_Increment
AQ/numbers
AQ_LoadImageBase64
AQ/Image
AQ_MasksAndImagesAsList
AQ/Pulid
AQ_multiface_ApplyPulidFlux
AQ/Pulid
AQ_OpenAI_acstep15
Aquasite/LLM
AQ_openai_compatible
Aquasite/LLM
AQ_parse_json_to_acestep
Aquasite/LLM
AQ_Qwen
AQ/LLM
AQ_QwenLoader
AQ/LLM
AQ_Random
AQ/numbers
AQ_SaveImageWebpReturnBase64
AQ/images
AQ_SendImageToAPI
Aquasite/API
AQ_StillImageToVideo
Aquasite/Media
AQ_TextEncodeQwenImageEdit
advanced/conditioning
AQ_TextEncodeQwenImageEditPlus
advanced/conditioning
AQ_YouTubeUpload
Aquasite/Media
Readme
ComfyUI-AQnodes
A collection of custom nodes for ComfyUI that enhance your workflow with additional functionality for image processing, AI model integration, and API interactions.
Installation
- Clone this repository into your ComfyUI custom_nodes directory:
cd ComfyUI/custom_nodes
git clone https://github.com/yourusername/ComfyUI-AQnodes.git
- Install the required dependencies:
cd ComfyUI-AQnodes
pip install -r requirements.txt
Available Nodes
Image Processing Nodes
AQ_MasksAndImagesAsList
- Purpose: Combines multiple masks and images into a list format for loop processing
- Use Case: When you need to process multiple images with masks and send them to AQ_multiface_ApplyPulidFlux node
- Example: Combining multiple segmentation masks for batch image processing
AQ_multiface_ApplyPulidFlux
- Purpose: Applies PULID effects to multiple faces in an image
- Example: Feed with multiple images and masks from AQ_MasksAndImagesAsList node
Transformer Model Nodes
AQ_QwenLoader
- Purpose: Loads the Qwen transformer model for text (with vision) generation and processing
- Use Case: When you need to initialize the Qwen model for text-based operations (extract image feautures and transform them into something new)
- Example: Setting up Qwen for text generation or image analysis tasks
AQ_Qwen
- Purpose: Interfaces with the Qwen transformer model for text generation (with vision) and processing
- Use Case: Text generation, completion, or image analysis using the Qwen model
- Example: Generating descriptions for images or creating creative text content (extract image feautures and transform them into something new)
API Integration Nodes
AQ_Gemini
- Purpose: Integrates with Google's Gemini AI model through its API
- Use Case: When you need advanced AI capabilities provided by Gemini
- Example: Using Gemini for complex text generation or analysis tasks (extract image feautures and transform them into something new)
- Note: Requires API key configuration
AQ_SendImageToAPI
- Purpose: Sends images to specified API endpoints
- Use Case: When you need to integrate with external image processing services or don't want to pool comfy to see if generation is ready (when using api)
- Example: Sending images for analysis, storage, or processing to external services
- Note: Requires API endpoint configuration
Configuration
Some nodes may require additional configuration:
-
For API nodes (AQ_Gemini, AQ_SendImageToAPI):
- API keys should be stored securely
- Configure endpoint URLs as needed
-
For transformer nodes (AQ_Qwen):
- Ensure sufficient system resources
- Models will be downloaded automatically on first use
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
License
See the LICENSE file for details.