Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

License

NotificationsYou must be signed in to change notification settings

vvvv/VL.RunwayML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UseRunwayML models as nodes in VL.

Try it with vvvv, the visual live-programming environment for .NET
Download:http://visualprogramming.net

Deprecation notice

On Nov. 1, 2023, Runway announced that ML Lab, the feature upon which this plugin depends,will shut down at the end of this month. As a consequence, this plugin will cease to function after that time.

Using the library

Requires:

  • vvvv gamma 2020.2.0 or later.
  • A login to RunwayML and access to theML Lab.

In order to use this library with VL you have to install the nuget that is available via nuget.org. For information on how to use nugets with VL, see Managing Nugets in the VL documentation. As described there you go to the commandline and then type:

nuget install VL.RunwayML -pre

Once the VL.RunwayML nuget is installed and referenced in your VL document you'll see the category "RunwayML" under "ML" in the nodebrowser.

Next to your .vl document put two files:

\runway\hosted-models.txt\runway\local-models.txt

Inhosted-models.txt you can define multiplehosted models. one per line (model name, url, token), like:

runway/DenseDepth, https://densedepth-636803eb.hosted-models.runwayml.cloud/v1/, 000000000000==

Inlocal-models.txt you can define multiple models that you run via the locally installed RunwayML application. on per line (model name, url), like:

PoseNet, http://localhost:8000

Both local and hosted models will then be available as nodes in theML.RunwayML category.

Demos are available via the Help Browser!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp