-
Re: AI-Art Plugin Documentation
Hi @tgb417 , Thank you for your interest in the plugin! We're still working on publishing the documentation. I'll let you know once it's available. Thanks, Zach1 · -
Re: Macro run with api
Hi @benbeckerfr , The "params" kwarg is a dict of parameters that will be passed to the macro. For MANAGED_FOLDER parameters, the value should be set to the ID of the managed folder. Here's…1 · -
Re: Save and Load a pytorch model to managed folder on s3 bucket
Hi @apointa , You can save/load a PyTorch model to/from a managed folder by first copying it to a temporary file object that supports the operations needed by torch.save and torch.load. There are two…2 · -
Re: Use parameter set for dynamic select in a macro
Hi @Moaï , Yes, it is possible to access a parameter set from the "do()" function when using "getChoicesFromPython". Here's an example "do()" function that accesses the …1 · -
Re: Use parameter set for dynamic select in a macro
I tried using your code, but I'm not able to reproduce the issue. This is what the selection looks like for me (I removed the web_url if-statement, so it's adding every project): In your screenshot, …1 ·