Closed SoftologyPro closed 8 months ago
Hey!
I've pushed a fix this morning, please try running update_ainodes.bat, if the app does not start up, run debug_venv.bat, and enter python main.py
then report here with the full error stack from the command prompt please.
Thanks, Miki
OK, running update_ainodes.bat had these errors during running
INFO: pip is looking at multiple versions of tensorflow to determine which version is compatible with other requirements. This could take a while.
ERROR: Cannot install -r requirements.txt (line 11), -r requirements.txt (line 4) and protobuf==3.20.3 because these package versions have conflicting dependencies.
The conflict is caused by:
The user requested protobuf==3.20.3
tensorboard 2.8.0 depends on protobuf>=3.6.0
tensorflow 2.8.4 depends on protobuf<3.20 and >=3.9.2
To fix this you could try to:
1. loosen the range of package versions you've specified
2. remove package versions to allow pip attempt to solve the dependency conflict
ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts
[notice] A new release of pip is available: 23.1.2 -> 23.2.1
[notice] To update, run: python.exe -m pip install --upgrade pip
Processing ainodes_engine_comfy_nodes
warning: redirecting to https://github.com/XmYx/ainodes_engine_comfy_nodes.git/
Already up to date.
ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt'
and when it finished the same logo flicker for half a second then nothing.
Running the debug did give more info
D:\ainodes\ainodes-engine>debug_venv.bat
(nodes_env) D:\ainodes\ainodes-engine>python main.py
Start aiNodes, please wait. 2023-07-24 21:03:01.549169
Using HF Cache in app dir
Importing from ai_nodes\ainodes_engine_base_nodes
ai_nodes.ainodes_engine_base_nodes.audio_generation_nodes.audiocraft_music_node
===== 2023.07.24 21:07:03 =====
Traceback (most recent call last):
File "D:\ainodes\ainodes-engine\main.py", line 126, in
(nodes_env) D:\ainodes\ainodes-engine>
Cool cool, this helps. I'll get back to you with a fix.
I am having a similar problem and now trying to fix same by reinstalling all requirements one by one. every time we run the update bat it keeps downloading everything from start and the takes almost a long time even though the files exists. May be the windows permission issues are at the core and also file not being located to the version of python in the system. Not sure what the issue is but it is a lot of work to solve the install issues.
Hi!
I'm working on a major update, which improved both the venv and how nodes are executed, I suggest that you do the following for a new installation, for exiting ones, delete the nodes_env, and skip first step.:
git clone https://github.com/XmYx/ainodes-engine
cd ainodes-engine
git fetch
git checkout dev
setup_ainodes.bat
make sure it downloads ComfyUI into the src directory, and that the ai_nodes/ainodes_engine_base_nodes folder is in the dev branch. To do that, just navigate to the folder in command line, and:
git fetch
git checkout dev
git pull
Basically switched to a miniconda environment, and added an auto node runner, so pressing End on the keyboard runs the nodes placed, if they can (all required inputs connected). There is a keybind editor in the settings, and a small flaw that makes it not save the diretories, but if you manually edit the settings.yaml, you can set the dirs, i'll work on fixing saving from gui, if you wish to change any current keybind, or model directory.
Hey it worked perfect with your new instructions and all good and as you mentioned the same; settings.yaml in the config directory needs editing to update paths. rest i am exploring and will keep you posted and looks all good now in my windows, 3096 configuration and testing the render speeds and deforum both and will update in the deforum or other discord servers. Good work ! a quick question on what are the color palette for and may be settings needs to be explained in the basics section for any one wanting the learn the UI. You can start a git hub -- info page for same and keep adding info there !
I tried all of this but it's not working and comfyui is not in the src folder...
Solved. Sorry to have left the issue stale.
The logo flashes for less than a second and then nothing. GUI no longer starts.
No command line stats.