Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

And, besides, his solutions aren't really good. Radical solution would be shipping image generating model with the game and generating textures on the fly. That's how all texture-related data goes from being measured in hundreds of gigs to being measured in hundreds of megs. So basically becomes non-issue.


That would be far, far slower than just downloading the image


8k texture with mipmaps takes around 100 megs uncompressed. Downloading it would be 8-10 seconds on 100 mbit connection. It is definitely possible to generate that image in 8 to 10 seconds on consumer GPU if you are using some kind of consistency models that are trained to generate specific game style and inferences in 8 bit.


I doubt you can do it in 8K at that speed and also why not just compress it? Any quality degradation from compression will be less than the artifacts produced by an AI image generator


> I doubt you can do it in 8K at that speed

All inference of Stable Diffusion is done in FP16 at best, with multi-step models, and models themselves are highly inefficient. I would be surprised if in May 2024 4090 isn't capable of generating 8k(8192x8192) Stable Diffusion quality image in less than 1 second. And also you wouldn't realistically need to

> also why not just compress it? Any quality degradation from compression will be less than the artifacts produced by an AI image generator

Because it allows for much more variance in content. I'm a bit sick of seeing tiled textures everywhere TBH. Also virtually all textures would be AI generated in less than 5 years.


I think this is exactly right. The next step is generated meshes/textures and generating entire worlds. You can do generation in a smart way so that performance is not an issue. Predict what you will need before you need it. Generally you would almost never need to generate an 8K texture from scratch, you would generate it from a 4K texture you already generated earlier, which would be much faster. You could have specialised asset generation HW on a GPU.


> on consumer GPU

You make it sound like my electricity bill would be lower by just downloading the bigger files...




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: