rmcc3 / stable-diffusion-discord-bot

SDBot is a Discord bot that allows users to generate images using Stable Diffusion directly within Discord. It supports multiple API servers, manages user permissions, and handles request queues efficiently.
Creative Commons Attribution Share Alike 4.0 International
0 stars 0 forks source link

ControlNet integration not functioning as expected in image generation process #3

Open rmcc3 opened 5 months ago

rmcc3 commented 5 months ago

In commit 5ab381568fdf56a136925c8f16abd6ce6bd12973, the ability to use ControlNet in the generate command was temporarily removed due to persistent issues with its integration.

Current behavior:

Expected behavior:

TODO:

  1. Review the ControlNet integration code in StableDiffusionClient.ts
  2. Verify API expectations for ControlNet parameters
  3. Test ControlNet functionality directly with the API to isolate the issue
  4. Update the code to correctly handle and send ControlNet parameters
  5. Implement proper error handling and logging for ControlNet-related issues
  6. Re-enable ControlNet functionality in the generate command once fixed