Haoming02 / sd-webui-resharpen

An Extension for Automatic1111 Webui that increases/decreases the details of images
MIT License
70 stars 5 forks source link

Use via API? #7

Closed MotherSoraka closed 3 months ago

MotherSoraka commented 3 months ago

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?

Haoming02 commented 3 months ago

Should work with API just fine.

It takes 3 variable:

"resharpen": {
    "args": [
        true,
        1.0,
        0.0
    ]
}