Skip to content

Commit 373c7e0

Browse files
authored
Merge pull request #104 from LlmKira/dev
Apply a fix
2 parents 07dad0d + b128f5e commit 373c7e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "novelai-python"
3-
version = "0.7.4"
3+
version = "0.7.5"
44
description = "NovelAI Python Binding With Pydantic"
55
authors = [
66
{ name = "sudoskys", email = "[email protected]" },

src/novelai_python/sdk/ai/_enum.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ def get_modifiers(model: Model) -> Modifier:
281281
if model in [Model.CUSTOM, Model.NAI_DIFFUSION_4_CURATED_PREVIEW]:
282282
return Modifier(
283283
qualityTags="",
284-
suffix=", rating:general, amazing quality, very aesthetic, absurdres"
284+
suffix=", rating:general, best quality, very aesthetic, absurdres"
285285
)
286286
if model in [Model.NAI_DIFFUSION_2]:
287287
return Modifier(

0 commit comments

Comments
 (0)