some minor cleanup, and coalesce image/images into one thing, and use itertools.cycle
This commit is contained in:
@@ -101,7 +101,7 @@ class AzureImageGenServiceREST(ImageGenService):
|
||||
def __init__(
|
||||
self,
|
||||
image_size: str,
|
||||
aiohttp_session:aiohttp.ClientSession,
|
||||
aiohttp_session: aiohttp.ClientSession,
|
||||
api_key=None,
|
||||
azure_endpoint=None,
|
||||
api_version=None,
|
||||
|
||||
Reference in New Issue
Block a user