C0demunkee

C0demunkee t1_j2p62k4 wrote

taking a systems approach you do not need to know how the human brain works and the recent results show that we are closer than more people realize. Certainly not billions of times more complex.

Carmack was correct when he said that AGI will be 10k's lines of code, not millions. Brains aren't that special.

2

C0demunkee t1_ixd9fdq wrote

Reply to comment by Star-Bandit in GPU QUESTION by Nerveregenerator

yeah you can easily use it all up from both image scale and batch size. Also some models are a bit heavy and don't leave any for the actual generation.

Try "pruned" models, they are smaller.

since the training sets are all on 512x512 images it makes the most sense to generate at that res and then upscale.

1