Releases: VISIONAI/vmx-docker-manager
./models lets you set environment variables
You can now do something like
VMX_LOCAL_URL=http://localhost:3001 ./models
without modifying the contents of the file.
Also the displayed version on top will use git --describe
or md5 on the file itself.
Updates vmx-environment during ./vmx update
The new vmx-environment now allows forwarding images served over https. Here is an example of a valid command that wasn't working before:
curl "https://toms-special-vmx-node.vision.ai/forward?q=http://files.vision.ai/images/vision.ai.png" >
Model transfer, VMXserver launching, and HTTPS instructions
You've probably grow accustomed to using ./vmx
but starting today the vmx shell script just got a new friend: ./models
If you want to download all public models from the Public Model server, just type:
./models download -all
And if you're just looking for a handful of special models
./models download face eyes guitar
There are also vision.ai admin instructions for using our SSL keys for launching VMX over a secure HTTPS connection. Feel free to have any new team members contact me if they haven't gotten through all of our codelabs and in-house tutorials.
Tagging fix
Fix the tagging bit.
Shows version and allows dev/latest switching
This version shows the output