2 Open Issues Need Help Last updated: Jul 4, 2025

Open Issues Need Help

View All on GitHub
invalid mode txt2img about 2 months ago

AI 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.

Complexity: 4/5
bug enhancement good first issue

A simple webui for stable-diffusion.cpp

Python
API server 2 months ago

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.

Complexity: 4/5
enhancement good first issue

A simple webui for stable-diffusion.cpp

Python