Live data from Hacker News

Show HN: Travel site made with Midjourney, GPT4 and Svelte

meoweler.com

31–38 of 38 posts

Re: Show HN: Travel site made with Midjourney, GPT4 and Svelte

#33
post #32

so the splash image is generated by midjourney. @levmiseri are you using APIs, or have fine-tuned prompts for each of the location? do share these as well. the github doesn't include this.

The AI generation code with all prompts is available on github as well: https://github.com/riesvile/meoweler-content

Re: Show HN: Travel site made with Midjourney, GPT4 and Svelte

#35
post #32

so the splash image is generated by midjourney. @levmiseri are you using APIs, or have fine-tuned prompts for each of the location? do share these as well. the github doesn't include this.

The AI generation code with all prompts is available on github as well: https://github.com/riesvile/meoweler-content

The website is beautiful. Thank you for sharing the source code. I took a look at this source code and could not find where you batch-processed the midjourney API calls. I am interested to learn whether you generated the midjourney images by hands or by scripts.

Re: Show HN: Travel site made with Midjourney, GPT4 and Svelte

#36
post #35

Earlier quoted context omitted.

The AI generation code with all prompts is available on github as well: https://github.com/riesvile/meoweler-content

The website is beautiful. Thank you for sharing the source code. I took a look at this source code and could not find where you batch-processed the midjourney API calls. I am interested to learn whether you generated the midjourney images by hands or by scripts.

Midjourney sadly doesn't have public API. The images were prompted manually via Discord. Thanks to permutations [0], I could do 20 images at a time, but it's still a painful process. (The generation of the permutation strings is in the shared code)

[0] https://docs.midjourney.com/docs/permutations

Re: Show HN: Travel site made with Midjourney, GPT4 and Svelte

#38
post #35

Earlier quoted context omitted.

The website is beautiful. Thank you for sharing the source code. I took a look at this source code and could not find where you batch-processed the midjourney API calls. I am interested to learn whether you generated the midjourney images by hands or by scripts.

Midjourney sadly doesn't have public API. The images were prompted manually via Discord. Thanks to permutations [0], I could do 20 images at a time, but it's still a painful process. (The generation of the permutation strings is in the shared code) [0] https://docs.midjourney.com/docs/permutations

I see. Thanks a lots for the detailed info. Many cats you generated look quite mindful.
Post reply on HN