Skip to content

Commit

Permalink
Add inject_trigger to AI commands
Browse files Browse the repository at this point in the history
  • Loading branch information
garder500 committed Jan 4, 2024
1 parent 2e5ffd8 commit d78a42f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/bot/commands/ai/advanced/imagine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ export default async function AdvancedImagine(
name: loras,
model: 1,
clip: 1,
inject_trigger: "any"
},
];
}
Expand Down
1 change: 1 addition & 0 deletions src/bot/commands/ai/imagine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ export default async function Imagine(
name: loras,
model: 1,
clip: 1,
inject_trigger: "any"
},
];
}
Expand Down

0 comments on commit d78a42f

Please sign in to comment.