-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing documentation on usgae #7
Comments
Hi @trackme518 Also, if anyone else is reading this issues and have similar concerns, they are welcome to add them to the discussion here. I think, and other people using this extension confirmed it, that the usage is quite clear for people who have used RAVE and nn_tilde before. But your comment is an occasion to make it clearer for people who perhaps didn't. What is your previous experience with RAVE? Or is your first experience with it happening through nn.ar?
|
Hi, thanks for reaching out - yes I did not use RAVE before. I am interested in direct latent space traversing. My idea was to generate N-dimensional noise seeds that I would feed to the network. My confusion stems from the example that works with 2 models - msprior.ts and ~/rave/ravemodel.ts, why? Do I need 2 models? Or is the example actually multiple examples merged into one block of code? Sorry I don't get it. |
I see your point, I will update the docs.
For now you can ignore msprior, you only need one model.
I'll write an example for your use case as soon as I can :)
…On Fri, Feb 9, 2024, 17:28 Vojtěch Leischner ***@***.***> wrote:
Hi, thanks for reaching out - yes I did not use RAVE before. I am
interested in direct latent space traversing. My idea was to generate
N-dimensional noise seeds that I would feed to the network. My confusion
stems from the example that works with 2 models - msprior.ts and
~/rave/ravemodel.ts, why? Do I need 2 models? Or is the example actually
multiple examples merged into one block of code? Sorry I don't get it.
—
Reply to this email directly, view it on GitHub
<#7 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACNMWT2QKT3NS3J3T7XIYLYSZFCPAVCNFSM6AAAAABCWYMK4SVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMZWGIZDOMJQGA>
.
You are receiving this because you commented.Message ID: <elgiano/nn.
***@***.***>
|
@trackme518 |
Hi,
I installed the extension in super-collider and it works. But it is unclear how your code works. Please add extensive description to your example. It is loading the rave model. Than I need to export my own msprior.ts based on the rave model and its training data I am using? Or should that be downloaded from somewhere? I would appreciate already exported build or links to working set of models to at least test it.
How does it function? It feeds noise into rave model which will do what? Generate audio? Why there is msprior.ts? Please explain. Thank you.
The text was updated successfully, but these errors were encountered: