midjourney-client

midjourney-client in deno

MIT License

Downloads
713
Stars
54
Committers
1
midjourney-client - v 1.0.10 Latest Release

Published by UrielCh 5 months ago

v 1.0.10

  • improve JSR/npm deployement script
midjourney-client - V 1.0.8

Published by UrielCh 5 months ago

V1.0.8

  • mode midjourney command data to code
  • fix dnt code convertion errors
midjourney-client - V 1.0.7

Published by UrielCh 5 months ago

  • update discord protocol
midjourney-client - V1.0.6

Published by UrielCh over 1 year ago

  • add support for mode turbo

Full Changelog: https://github.com/UrielCh/midjourney-client/compare/1.0.5...1.0.6

midjourney-client - V1.0.5

Published by UrielCh over 1 year ago

What's Changed

  • update doc
  • update deps
  • fix upscall progress detection

Full Changelog: https://github.com/UrielCh/midjourney-client/compare/1.0.4...1.0.5

midjourney-client - V1.0.4

Published by UrielCh over 1 year ago

V 1.0.4

  • Fix the incorrect discord lib version, and reduce the npm bundle size.
midjourney-client - V 1.0.3

Published by UrielCh over 1 year ago

V 1.0.3

  • patch dnt, and use it's new version.
  • no more chalk
midjourney-client - V 1.0.2

Published by UrielCh over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/UrielCh/midjourney-client/compare/1.0.1...1.0.2

midjourney-client - V 1.0.1

Published by UrielCh over 1 year ago

V1.0.1

  • fix a wrong application_id
midjourney-client - V1.0.0

Published by UrielCh over 1 year ago

V1.0.0

  • add saveAll sample
  • add parseOne sample
  • add MIDJOURNEY_CHANNELS constant
  • add DiscordMessage.componentsNames
  • improve DiscordMessage.parentInteraction
  • update DiscordMessage.download() return type
  • add Midjourney.setDiscordChannelUrl("https://discord.com/channels/......./.......") to change channel
  • update SnowflakeObj.toString()
  • no more need for application_id value
  • support multiple jobs in parallel
  • 'guild_id' and 'channel_id' are now optional at startup, and can be defined using Midjourney.setDiscordChannelUrl("https://discord.com/channels/......./.......")
midjourney-client - V 0.2.1

Published by UrielCh over 1 year ago

V0.2.1

  • improve dnt script
  • use Github action
midjourney-client - V 0.2.0

Published by UrielCh over 1 year ago

V0.2.0

  • complet blend call
  • fix bug in token extraction
  • add WS messages model
  • add progress callback
  • add client.connectWs() to speedup all calls
midjourney-client - V0.1.2

Published by UrielCh over 1 year ago

V0.1.2

  • the client can now get configuration values from SALAI_TOKEN, CHANNEL_ID, SERVER_ID env variables
  • the client can Now extract values SALAI_TOKEN, CHANNEL_ID, SERVER_ID from configuration file
  • map discord-api-types directly from npm in dnt
  • rewrite message type identitication.
midjourney-client - V0.1.1

Published by UrielCh over 1 year ago

V0.1.1

  • fix broken Upscale completion detector
  • add the download method in DiscordMessage
  • improve samples in the doc
  • add sample directory
  • add support for Variant on upscaled image
midjourney-client - V0.1.0

Published by UrielCh over 1 year ago

V0.1.0

  • Big refactor
midjourney-client - V0.0.2

Published by UrielCh over 1 year ago

V0.0.2

  • add fast and relax command
  • partial implementation of blend
  • remove waitMessageOrThrow
  • waitMessage now throws a meaningful error in case of failure
  • add MAX_TIME_OFFSET set to 10 sec by default (was 5 before)
  • remove all console.log