Replies: 1 comment
-
|
I could recommend just calling the script from within python instead of the command line, if that works for you. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The README shows how to define config settings using command line arguments as shown below. This is fine if I want to define a few settings but is tedious for more than 4 or 5 arguments.
$ mattergen-generate /results/model/ --pretrained-name=modelname --batch_size=16 --diffusion_guidance_factor=2.0Instead of defining these values on the command line, is there a way to define them in a config file like
config.yamland have mattergen use the settings in that config file?Beta Was this translation helpful? Give feedback.
All reactions