Skip to content

Commit

Permalink
Update conversation_with_stablediffusion_model.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cmgzn authored Sep 20, 2024
1 parent 0387662 commit ae14604
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def main() -> None:

# Init two agents
dialog_agent = DialogAgent(
name="Assistant",
name="Assistant",
sys_prompt="dreamy", # replace by your image style prompts
model_config_name="sd", # replace by your model config name
)
Expand Down

0 comments on commit ae14604

Please sign in to comment.