Calico, You've got the different coloured stones sorted which is cool. There is some problem with your displacements which is creating the steep steps. You have to avoid displacements that create sudden steps like this or you get the effect in your render. TG2 wasn't really designed for total vertical faces like that. During experiments on the voronoi thread this problem cropped up to some degree on many functions. It looks to me like those big steps are also voronoi. Whatever you do don't use the voronoi 3D cell function for actual displacements. If it goes anywhere to create a displacement you'll get those horrible steps. I suspect this may be what is happening in you scene. It's good for other purposes like the multiple colours for stones. The voronoi 3D cell creates flat steps, this means those different values can be used to blend different colours (or surfaces or whatever) on each stone because each cell is one flat but unique value so your stone will receive individual colour right to its edge where the next stone and next voronoi 3D cell value change happens. You make the stones displace with another voronoi (i.e. the voronoi 3D dif scalar) that has a more suitable rounded shape but if the noise seed for both these voronoi is the same then they both match up perfectly. If you can understand that. My explanations may not be too clear.
It's all a case of easy when you know how. This same technique exists in Mojo yet nobody thought of it for years.
I like the way you've got those voronoi stretched up the cliffs, j meyer. Cool.