Skip to content

Commit 9825a44

Browse files
committed
add async API support. used black to reindent/format code.
1 parent f03bc2f commit 9825a44

File tree

3 files changed

+428
-314
lines changed

3 files changed

+428
-314
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
setup(
1313
name="webuiapi",
14-
version="0.8.1",
14+
version="0.9.0",
1515
description="Python API client for AUTOMATIC1111/stable-diffusion-webui",
1616
url="https://github.com/mix1009/sdwebuiapi",
1717
author="ChunKoo Park",

webuiapi/__init__.py

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
1-
from .webuiapi import WebUIApi, WebUIApiResult, Upscaler, HiResUpscaler, b64_img, raw_b64_img, ModelKeywordResult, ModelKeywordInterface, InstructPix2PixInterface, ControlNetInterface, ControlNetUnit
1+
from .webuiapi import (
2+
WebUIApi,
3+
WebUIApiResult,
4+
Upscaler,
5+
HiResUpscaler,
6+
b64_img,
7+
raw_b64_img,
8+
ModelKeywordResult,
9+
ModelKeywordInterface,
10+
InstructPix2PixInterface,
11+
ControlNetInterface,
12+
ControlNetUnit,
13+
)
214

3-
__version__ = "0.8.1"
15+
__version__ = "0.9.0"
416

517
__all__ = [
618
"__version__",
@@ -15,4 +27,3 @@
1527
"ControlNetInterface",
1628
"ControlNetUnit",
1729
]
18-

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy