I thought difficulty will rise a lot when GPU miners appear?
The prime number searching range for Primecoin is roughly 2^255 ~ 2^2000 ( 76 digits ~ 602 digits ). For the sake of simplicity, let's assume the primes are about 10^100. According to the Prime number theorem, the prime number distribution of this range is about 1 prime number in 230 integers. When difficulty grows from 7 to 8, it means the miner needs to find a prime chain of length 8 instead of 7, making the likelihood to 1/230 of before. In other words, it takes 230 times longer to find a 8-chain than a 7-chain if we assume the mining power remain the same. It would take 230*230*230 = 12167000 times longer to find a 10-chain, that's 10 million times more difficult.
Now let's take the GPU and other possible device into account. The GPU is very efficient of calculating hash, but in the specific case of primecoin, it doesn't seem have the same kind of advantage. Unless there are some specially designed hardware for prime searching, the mining speed at most will be less than 1000x faster.
So it is quite clear that even with 10000x more miners equipped with monster machines, it is still not even close to reach difficulty 10.