provider: use openjourney v4
This commit is contained in:
parent
a5ba733efe
commit
c6dbc3812f
@ -214,7 +214,7 @@ class ImaginerApplication(Adw.Application):
|
|||||||
"inputs": prompt,
|
"inputs": prompt,
|
||||||
"negative_prompts": negative_prompt if negative_prompt else "",
|
"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"
|
path = f"{path}-openjourney.png"
|
||||||
case ProvidersEnum.NITRO_DIFFUSION.value:
|
case ProvidersEnum.NITRO_DIFFUSION.value:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user