Open Issues Need Help
View All on GitHubAI Summary: Debug a Gradio-based Stable Diffusion web UI. The issue is an 'invalid mode txt2img' error when using the latest version of stable-diffusion.cpp. The task involves investigating why the web UI is not correctly passing the 'txt2img' mode to the underlying stable-diffusion.cpp executable, potentially requiring examination of command-line argument handling within the Python script and/or the stable-diffusion.cpp API.
AI Summary: The task involves creating a simple API server for the stable-diffusion.cpp model, avoiding the need to reload the model each time. This API server would then be integrated with the existing Gradio-based web UI via HTTP requests. The goal is to improve the user experience by making the image generation process faster and more efficient.