stable-diffusion-webui
stable-diffusion-webui copied to clipboard
[Feature Request]: Issue with accessing custom 'roop' script via API
Is there an existing issue for this?
- [X] I have searched the existing issues and checked the recent builds/commits
What would your feature do ?
Hi everyone,
I have been using sdwebuiapi and successfully implemented it according to the documentation. However, I'm facing an issue with accessing my custom 'roop' script through the API.
When I make a request to '/sdapi/v1/scripts', the response includes 'roop' script in the list. I can also retrieve detailed information about 'roop' script using '/sdapi/v1/script-info'. However, whenever I try to access it, I receive the following error:
RuntimeError: (422, '{"error":"HTTPException","detail":"Script 'roop' not found","body":"","errors":""}')
I have been struggling with this issue for a while now. Can anyone guide me on how to correctly utilize my 'roop' script through the API? Any help would be greatly appreciated.
Thank you!
Proposed workflow
- 對於我的困惑,我深表歉意,但我想知道是否有人可以為我提供有關如何在當前框架中擴展腳本的詳細步驟。我對這個過程仍然有點不清楚,非常感謝一些澄清。
Additional information
No response
This should be asked in the author's extension repository, not here