erictik / midjourney-api

MidJourney client. Unofficial Node.js client
Apache License 2.0
1.67k stars 278 forks source link

the seed now is 1000~9999, too small, maybe adjust it to 1000~1000000 is better #64

Open allentofight opened 1 year ago

twesio commented 1 year ago

I'd also adjust

--seed accepts whole numbers 0–4294967295.

See Docs: Seeds

zcpua commented 1 year ago

https://github.com/erictik/midjourney-api/blob/main/src/midjourney.ts#L43