Skip to main content

All Questions

0 votes
2 answers
241 views

Stable Diffusion API with React issue

I'm new here and would appreciate your help. I am currently experiencing an issue with the stablediffusion API. Here's my code. const request_body = { key: process.env....
theavocoder's user avatar
0 votes
0 answers
964 views

How do I change things in the Stable Diffusion WebUI html and scrips?

I'm still learning in the world of web development and would like to alter the WebUI of stable diffusion: https://github.com/AUTOMATIC1111/stable-diffusion-webui I know it should be possible to change ...
Rezarak SL's user avatar
0 votes
0 answers
132 views

Upload image when all I have is the file path [duplicate]

I am 99% sure there's an obvious answer to this, so I apologise straight up if this is a really stupid question. I am calling the stable diffusion api (using this stability-client package). I receive ...
ronnie burns's user avatar
0 votes
2 answers
981 views

How to display image data returned from dreambooth / stable-diffusion model?

I'm querying a dreambooth model from Hugging Face using the inference API and am getting a huge data response string back which starts with: ����çx00çx10JFIFçx00çx01çx01çx00çx00çx01çx0... Content-type ...
cormacncheese's user avatar