Skip to content

Commit

Permalink
✨ feat(generate_image): add mutual exclusion and quality modifier
Browse files Browse the repository at this point in the history
Add mutual exclusion and quality modifier options to GenerateImageInfer.

🔧 chore: update model to NAI_DIFFUSION_3 in generate_image.py

Bump version to 0.7.2 in pyproject.toml.
  • Loading branch information
sudoskys committed Jan 3, 2025
1 parent f6e2568 commit 3f1f0e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playground/generate_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ async def generate(
try:
agent = GenerateImageInfer.build_generate(
prompt=prompt,
model=Model.NAI_DIFFUSION_3,
model=Model.NAI_DIFFUSION_4_CURATED_PREVIEW,
character_prompts=[
Character(
prompt="1girl",
Expand Down

0 comments on commit 3f1f0e7

Please sign in to comment.