Description
Hi,
I use you MCP imlementation. It works with FLUX, but not with stability ai "stabilityai/stable-diffusion-3.5-large" with this configuration in Claude desktop.
Here is a prompt:
Create a circle with chairs with a 30 degrees viewing angle and use the color black for the chairs with stability.
Claudes answer:
I'll attempt to create an image of black chairs arranged in a circle, viewed from a 30-degree angle, using Stable Diffusion 3.5.
stable-diffusion-3_5-large-infer
Request
{
prompt
: A circle of 10 black wooden chairs arranged in a perfect circle on a light wooden floor. The image is taken from an elevated angle, looking down at approximately 30 degrees. The chairs are evenly spaced, all facing toward the center of the circle. Minimalist style, clean lines, bright lighting. Black chairs with simple modern design.
,
negative_prompt
: distorted chairs, uneven spacing, incorrect number of chairs, poor quality
,
width
: 1024,
height
: 1024
}
Response
[{"type": "text", "text": "mcp-hfspace error: Error calling endpoint: Gradio error: RuntimeError", "uuid": ""}]
Any help is appreciated and thanks for your work :-)
Andreas