When using shader graph, the vertex stage outputs are expected to be in object space. The Wind shader graph in the provided project applies displacement against world space position and feeds that as input.
In these situations, determining the deformation in world space makes a lot of sense. You just need to use the transform node to transform the displaced world position back into object space before connecting it to the vertex stage outputs.