u/ImBoB99

Where to generate profile avatar style assets?

Hi, I'm building a community app for a specific video game and want to give them around 40-50 pre-generated profile pictures to pick from upon sign up.

Ideally avatar images similar to something like how league of legends profile icons look. Is there any service where I can get this done for under 20-30 dollars? Would love if it had a trial mode or generate a few icons so I can see how it works and the way they look before I actually need to pay

I tried generating with GPT create image mode with this prompt: Minimalist fantasy warrior helmet with cracks and runes, golden outline, dark background, flat icon style, league of legends inspired, 128px width and 128px height resolution

But it kept generating huge 1500x1500 resolution images that look like poop when resized to avatar size and whatever prompt I sent it would never generate low res, something like 128x128 is what I need

I've never fiddled with ai image generation so I really have no idea where to look, thanks for any help!

reddit.com
u/ImBoB99 — 9 days ago

I'm building a REST express backend that will exclusively serve as the auth / user posts submission api server. For the frontend I'm gonna be using react, and each of these will be deployed on the same vps, same domain, same ip, just different localhost port since I'll put each app in a docker container. Reverse proxy with nginx.

My question is, do I need to set up cors for this? Everyone in tutorials uses cors by default and from what I understand isn't it useless for my use case since both apps will be served through the same domain?

Do I still need to set up cors and specifically allow only my domain so that all other domains are blocked from accessing my endpoints?

reddit.com
u/ImBoB99 — 27 days ago