You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
There doesn't appear to be an endpoint interface for Stable Diffusion inpainting models that require two image files, the base image and a mask.
Describe the solution you'd like
It would be handy to have an interface for these models so that the Hosted inference API widget would work on the model card views.
If you are looking for a way to demo your model, the best is to build a Gradio app and deploy it as a Space. Your model and your Space will automatically be linked so that users can test it.
@Wauplin, thanks for the response. Totally fair. I believe this may be quite a common requirement for many stable diffusion models, so thought it worth asking anyway. I've moved the question to: huggingface/api-inference-community#282.
Is your feature request related to a problem? Please describe.
There doesn't appear to be an endpoint interface for Stable Diffusion inpainting models that require two image files, the base image and a mask.
Describe the solution you'd like
It would be handy to have an interface for these models so that the Hosted inference API widget would work on the model card views.
Describe alternatives you've considered
I recently had to create an endpoint for ControlNet inpainting: OrderAndChaos/controlnet-inpaint-endpoint. This was based on the philschmid/stable-diffusion-2-inpainting-endpoint endpoint.
The text was updated successfully, but these errors were encountered: