Disclaimer: I just made this on a whim because someone wanted something similar to Together.AI custom nodes but use venice instead and I don't have access to any API keys for any of the mentioned services.
- Ensure you have a venice.ai account and API key
- Configure your API key in
config.ini
- Install all required dependencies (should be done automatically by comfy?)
-
Prompt (String)
- Your main generation prompt
- Be specific and detailed for best results if using Flux
-
Negative Prompt (String)
- Elements you want to avoid in the generation
- Leave empty if not needed | Will be ignored if flux-dev or flux-dev-uncensored is selected as model
-
Steps (Integer)
- Range: 1-30
- Default: 20
-
Width (Integer)
- Range: 512-2048
- Default: 1024
- Must be a multiple of 32
- Common values: 512, 768, 1024 (1MP), 1440 (Flux | 2MP)
-
Height (Integer)
- Range: 512-2048
- Default: 1024
- Must be a multiple of 32
- Common values: 512, 768, 1024 (1MP), 1440 (Flux | 2MP)
-
Seed (Integer)
- Range: 0 to max 64-bit integer
- Default: -1 | Random
- Reuse a seed with same prompt to reproduce an image
-
CFG (Guidance Scale) (Float)
- Range: 0.1-15.0
- Default: 3.5
- Recommended range: 5.0-10.0 (SDXL) | ~3.5 (Flux)
The node outputs a single image tensor compatible with other ComfyUI nodes.
-
Prompt Engineering
- Be specific and detailed in your prompts
- Use descriptive adjectives
- Include style references when needed
-
Performance
- Start with lower step counts (20-30) for testing
- Increase steps for final generations
- Use reasonable image dimensions (1024x1024 is standard)
-
Error Handling/Troubleshooting
- Check console for error messages
- Verify API key is correctly configured
- Ensure parameters are within valid ranges
- Add Together API Node to workspace
- Connect to a Load Image node
- Configure prompt and basic parameters
- Execute workflow
- Combine with other ComfyUI nodes
- Use seed control for consistent results
- Experiment with guidance scale for style control
-
API Key Errors
- Verify key in config.ini
- Check API key validity
- Ensure proper formatting
-
Generation Errors
- Verify parameter ranges
- Check prompt length
- Monitor API rate limits
-
Image Quality Issues
- Adjust step count
- Modify guidance scale
- Refine prompt
A beautiful landscape with mountains and lakes, cinematic lighting, high detail
A stunning mountain landscape at sunset, volumetric lighting,
golden hour, ultra detailed, professional photography,
8k resolution, artistic composition
blur, haze, low quality, distortion, bad composition,
oversaturated, unrealistic lighting
For issues and feature requests, please use the GitHub issue tracker.