Use Python script to automate Stable Diffusion WebUI img2img process with Roop extension enabled #12083
Unanswered
shivanraptor
asked this question in
Q&A
Replies: 1 comment
-
Add Roop params to the data dictionary under the key "roop_extension" and make sure to adjust the values of "roop_reference_images", "roop_extension_strength" and "roop_extension_blur" according to your requirements before making the POST request, assuming you have Roop reference images in the specified directory (filefolderpath + '/roop_reference/') |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to create a Python script to automate Stable Diffusion WebUI img2img process with Roop extension enabled.
Input:
Output:
Here is my attempt (given that SD WebUI is already running at http://127.0.0.1:7860:
But how can I set the Roop extension parameters (input image and other settings) in the script? Thanks.
Beta Was this translation helpful? Give feedback.
All reactions