joybiswas007 / node-midjourney-telegram-bot

A Telegram bot created in Node.js using the unofficial Midjourney Node.js client.
MIT License
5 stars 2 forks source link

Bug - multiply prompt simultaniously #4

Open chelaxian opened 7 months ago

chelaxian commented 7 months ago

Found small bug and give notes to future enhancement: If you give to bot multiply prompt at same time - when you get result - even if you press U / V buttons from 1st post it generates upscale / variants only from last image. Maybe it is possible to keep some identifier of prompts to identify and manage it correctly?

joybiswas007 commented 7 months ago

Found small bug and give notes to future enhancement: If you give to bot multiply prompt at same time - when you get result - even if you press U / V buttons from 1st post it generates upscale / variants only from last image. Maybe it is possible to keep some identifier of prompts to identify and manage it correctly?

Actually I've tried to fix this issue but no luck so far unfortunately :cry: maybe I'm missing something I'll try to fix it. And thanks for being patient.