-
Notifications
You must be signed in to change notification settings - Fork 150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to call WebUI API #49
Comments
+1 |
We could also use an API integration. |
It would be great to be able to pass masks through the API also |
How do you integrate Latent Couple parameters using the API? Can I take a look? |
How do you integrate Latent Couple parameters using the API? Can I take a look? |
+1 |
1 similar comment
+1 |
Agreed on passing Mask images to the API, this would be absolutely crucial to some of my work. In the meantime, a few things.
alwayson_scripts={
|
@marcsyp I enabled the issue (I'm not sure why it was disabled by default...)
For most cases, you would use black background so it will be first prompt, then maybe Blue, (0, 0, 255), then Green(0, 255, 0), Red (255, 0, 0). But for safety and JPG types color degradation, there is mask denoising at default (and some image resizing for some optimization) |
use this test: ` } this ok |
I'd like to execute the Latent Couple Extension via the API for programmatic control.
I would appreciate any guidance on how to pass parameters, or any modifications needed to achieve this.
The text was updated successfully, but these errors were encountered: