How to use custom paths, e.g. --input-directory #51
Unanswered
manuelito02
asked this question in
Q&A
Replies: 0 comments
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.
-
Hi there!
I'm wondering if it's possible to use custom paths when running comfyui together with the geometry_pack nodes.
I have the impression that even when I put '--input-directory /foo/bar' as a flag to launch comfyui, the geometry_pack nodes do not pick it up. Might this be due to the isolated environment in which they are executed?
In any case, when I raise an error (couldn't figure out how to get
printstatements passed to my terminal) like this in theload_mesh.py, as an example:I get following output:
This is the 'input' folder of my comfyui installation, but I launched comfyui with
--input-directorythat points to another location.Am I doing something wrong or is there anything on your side to be fixed?
The problem is that we have a centralized, multi-user setup that shares models, custom nodes and user settings and we have custom paths for everything.
Thanks for any help!
Greets,
Carlo
Beta Was this translation helpful? Give feedback.
All reactions