This commit is contained in:
parent
9362ec4563
commit
32777cca5c
@ -576,7 +576,7 @@ class AsyncImagine:
|
|||||||
) as resp:
|
) as resp:
|
||||||
return await resp.read()
|
return await resp.read()
|
||||||
|
|
||||||
async def sdprem(self, prompt: str, negative: str | bool = None, priority: str = None, steps: str = None,
|
async def sdprem(self, prompt: str, negative: str = None, priority: str = None, steps: str = None,
|
||||||
high_res_results: str = None, style: Style = Style.IMAGINE_V1, seed: str = None,
|
high_res_results: str = None, style: Style = Style.IMAGINE_V1, seed: str = None,
|
||||||
ratio: Ratio = Ratio.RATIO_1X1, cfg: float = 9.5) -> bytes | None:
|
ratio: Ratio = Ratio.RATIO_1X1, cfg: float = 9.5) -> bytes | None:
|
||||||
"""Generates AI Art."""
|
"""Generates AI Art."""
|
||||||
|
Loading…
Reference in New Issue
Block a user