Replies: 3 comments 4 replies
-
Strange. for me, GET In the background Here's my request: (on the left and top. on the right is the response. a POST |
Beta Was this translation helpful? Give feedback.
-
Hello, thank you for the reply! I changed the python call to a js call as an async and it is running the controlnet. Now in regards of progress data it is not working. It waits for the controlnet process to finish instead while it is running. Here is an example code:
I'm calling runText2ImgControlNetDIRECT in another js file like this:
Any idea what might cause issues? Cheerio |
Beta Was this translation helpful? Give feedback.
-
-SOLVED- Alrighty IT WORKS! I realized after trial and error that the solution was to just git pull the latest updates on the repo!!!! HAHAHA!! I was working with an older version and many things changed here. So a git pull solved the issue. Progress data can be tracked. This is resolved! So happy right now! :D Cheerio |
Beta Was this translation helpful? Give feedback.
-
Hello awesome people of the sd webui controlnet world,
I searched the discussions but could not find the question. I was wondering if there is a possibility to send a GET request for "/controlnet/txt2img" and img2img where we can gather progress information while controlnet is doing its magic? I've tried already "/sdapi/v1/progress?skip_current_image=false'" but this only works for text2img and non controlnet processes. Let me know if I'm missing something where I need to put my glasses on.
Thank you for any advice and help in advance!
Cheerio
Emre
Beta Was this translation helpful? Give feedback.
All reactions