Encountering issues? Don't worry! Here are some common problems and simple solutions to get you back to creating amazing images.
- CPU: Recent Intel or AMD processor
- RAM: 64GB of system memory
- GPU: NVIDIA RTX 3090 or 4090
- While lower specifications may work, you might experience slower performance or limitations in image size and quality. If you have lower-end hardware: - You may need to adjust settings in ComfyUI to work with lower memory GPUs. - Check the ComfyUI documentation for optimizations for lower-end hardware.
- Min recommended specs: - Cpu: Intel Xeon E5 or i5 or Ryzen 5 or higher - Ram: 32GB (for bot and comfyui) - Gpu: RTX 3060 Ti or equivalent.
- Bot Not Responding - Ensure the bot is online and has proper permissions in your Discord server. - Check if you're using the command in an allowed channel.
- Slow Image Generation - This could be due to high server load or limited hardware resources. - Be patient, or try again at a less busy time, Bot does use a queue system to keep track of all requests.
- Error Messages - If you see specific error messages, try restarting the bot. - Check the bot's console output for more detailed error information, you may also join discord and ask for help.
- Installation Problems - Ensure you have Python 3.x installed correctly. - Verify that all dependencies are installed using
pip install -r requirements.txt
. - GPU Not Detected - Make sure you have the latest NVIDIA drivers installed. - Confirm that your GPU is CUDA-compatible and properly recognized by your system.
- Out of Memory Errors - Try generating smaller images or using fewer LoRAs. - Close other resource-intensive applications on your system.
- Double-check all configuration settings by running the Setup.py or setup.exe.
- Consult the ComfyUI documentation for advanced troubleshooting specific to the image generation backend. - There are options to use lowvram for comfyui this may allow it to work on 4070's 4060's and AMD GPUs with less that 24GB of VRam, even if you are running fluxfusion checkpoints.
- Bot fails to launch
- Error messages during startup
- No response from bot
-
verify discord bot is setup correctly
- Check if the bot is online and has proper permissions in your Discord server
- Check if you're using the command in an allowed channel
- double check instructions in installation guide 📖 Complete Installation Guide
-
Check Python Version
python --version
- Ensure Python 3.10+ is installed
- Verify it's in your system PATH
-
Verify Dependencies
pip install -r requirements.txt
- Check for any error messages
- Try updating pip:
python -m pip install --upgrade pip
-
Configuration Issues
- Verify
config.json
exists - Check bot token is correct
- Confirm ComfyUI path is valid
- Verify
- Images fail to generate
- Low-quality outputs
- Generation takes too long
-
ComfyUI Connection
- Verify ComfyUI is running
- Check workflow file exists
- Confirm port settings
-
LoRA Issues
- Verify LoRA files exist
- Check file permissions
- Confirm LoRA paths in config
-
Performance Issues
- Monitor GPU usage
- Check available memory
- Bot shows offline
- Commands not responding
- Permissions errors
- double check instructions in installation guide 📖 Complete Installation Guide
-
Token Verification
- Regenerate bot token
- Update token in config
- Check bot permissions
-
Discord API
- Verify bot intents are enabled
- Check Discord API status
- Confirm server permissions
- bot will patch numpy to allow it to run nodes with numpy 2.
- If you're running into issues with numpy 2 please report them here.
If you're still experiencing issues:
-
Check Logs
- Review bot logs
- Check ComfyUI logs
- Look for error messages
-
Community Support
- Join our Discord Server
- Check GitHub Issues
- Search existing solutions
-
Report a Bug
- Provide detailed description
- Include error messages
- Share system information -cpu, gpu, ram, os, python version, etc.
- Join our Discord Server
- Open an Issue