Sure, it’s just another method. Old Rave prior is a method with 1 input (temperature) and “latent size” outputs. It outputs latent codes, so you need to decode them:
var temp = MouseY.kr.range(0,10);
var latent = NN(\rave, \prior).ar(temp);
NN(\rave, \decode).ar(latent);
By the way you can check if a model has a prior method (not all of them do):
NN(\rave).methods
I’ll update the README asap! I thought i did but maybe something went wrong, sorry for the confusion!