From c6dbc3812f94e40083099ce6c1c4907be38bc620 Mon Sep 17 00:00:00 2001 From: 0xMRTT <0xMRTT@proton.me> Date: Sat, 6 May 2023 17:45:39 +0200 Subject: [PATCH] provider: use openjourney v4 --- src/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.py b/src/main.py index ca03069..f1aeeff 100644 --- a/src/main.py +++ b/src/main.py @@ -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: