Some future-proof changes
This commit is contained in:
parent
d5eb2efd83
commit
a8e62e8bc8
1 changed files with 3 additions and 3 deletions
|
@ -17,9 +17,9 @@ async def api_request(url: str,
|
||||||
return await resp.json()
|
return await resp.json()
|
||||||
|
|
||||||
|
|
||||||
async def save_images(
|
async def save_images(username: str, password: str,
|
||||||
username: str, password: str, prompt: str, negative_prompt: str, destination: str
|
prompt: str, negative_prompt: str,
|
||||||
):
|
destination: str, params_dict: dict[str, str]) -> None:
|
||||||
params = {
|
params = {
|
||||||
"enable_hr": True,
|
"enable_hr": True,
|
||||||
"sampler name": "DPM++ 2M Karras",
|
"sampler name": "DPM++ 2M Karras",
|
||||||
|
|
Loading…
Add table
Reference in a new issue