provider: use openjourney v4

This commit is contained in:
0xMRTT 2023-05-06 17:45:39 +02:00
parent a5ba733efe
commit c6dbc3812f
Signed by: 0xMRTT
GPG Key ID: 19C1449A774028BD

View File

@ -214,7 +214,7 @@ class ImaginerApplication(Adw.Application):
"inputs": prompt,
"negative_prompts": negative_prompt if negative_prompt else "",
},
"https://api-inference.huggingface.co/models/prompthero/openjourney",
"https://api-inference.huggingface.co/models/prompthero/openjourney-v4",
)
path = f"{path}-openjourney.png"
case ProvidersEnum.NITRO_DIFFUSION.value: