|
@ -145,7 +145,7 @@ class Callbacks(object): |
|
|
return |
|
|
return |
|
|
elif event.body.startswith('!image4'): |
|
|
elif event.body.startswith('!image4'): |
|
|
prompt = event.body.removeprefix('!image4').strip() |
|
|
prompt = event.body.removeprefix('!image4').strip() |
|
|
negative_prompt = "" |
|
|
negative_prompt = "ugly, out of frame" |
|
|
if len(prompt) > 0: |
|
|
if len(prompt) > 0: |
|
|
if self.bot.image_prompt: |
|
|
if self.bot.image_prompt: |
|
|
prompt.replace(self.bot.name, self.bot.image_prompt) |
|
|
prompt.replace(self.bot.name, self.bot.image_prompt) |
|
|