sd-webui-resharpen icon indicating copy to clipboard operation
sd-webui-resharpen copied to clipboard

Use via API?

Open MotherSoraka opened this issue 9 months ago • 1 comments

Hi, First, This is one of absolute best extensions i've discovered so far! Congratulation on achieving this.

Now, is it possible to use this extension via the API or is it only usable through the WebUi?

MotherSoraka avatar Apr 29 '24 22:04 MotherSoraka

Should work with API just fine.

It takes 3 variable:

  • enable: bool
  • sharpness: float
  • hr. sharpness: float
"resharpen": {
    "args": [
        true,
        1.0,
        0.0
    ]
}

Haoming02 avatar Apr 30 '24 03:04 Haoming02