Closed jffaust closed 2 months ago
Please see the Installation section in README. After cloning, it needs to be installed:
cd ComfyScript
python -m pip install -e ".[default]"
Yes I did the pip install and I didn't see any errors there.
🤔The only possible reason I know is the Python env used to run the script is not the same one the package was installed in, or the ComfyScript directory was moved after the installation.
Close because the issue can't be reproduced. Feel free to reopen it if you have further information.
Hello. Thank you for making this project, it is very interesting.
However, I'm having a bit of trouble getting started on using it.
I cloned the repo in the custom_nodes and I was able to run part of the runtime.ipynb notebook in VS Code. Now I'm trying to run a simple python script:
But I get the error "No module named 'comfy_script'
I'm not super familiar with python so I'm not sure how the imports are supposed to work. Is "comfy_script" supposed to be folder like in a path? The name of a package/module? I see it's the folder name under the
src
folder in the repo. Am I supposed to put my script directly in thesrc
folder? I tried a couple different locations and it didn't work.Thanks a lot for the help.