mix1009 / sdwebuiapi

Python API client for AUTOMATIC1111/stable-diffusion-webui
MIT License
1.35k stars 181 forks source link

Reactor Bugfix + Enhancement + Documentation #144

Closed davidmartinrius closed 9 months ago

davidmartinrius commented 9 months ago

Hello!

How are you doing? I enhanced the API and corrected some bugs for ReActor extension

Problems:

  1. Reactor wasn't working
  2. img2img did not have ReActor input parameter

Solutions

  1. I fixed reactor, enhanced it and
  2. img2img now can execute reactor as well.
  3. I added the documentation for ReActor in README.md

Kind regards! 😊

David Martin Rius

mix1009 commented 9 months ago

Thank you for the PR :)