facechain
facechain copied to clipboard
Conda Install not Generating URL
I followed the instructions to install facechain locally via conda and it seems to be correctly installed including the requirements and mmcc-full-1.7.0 but I am having an issue when running the python app.py. Modelscope does some of it's initializations and indexes the components but never generates a url to access and stop without any indication of error.
(facechain) E:\Coding\facechain>python app.py
2023-11-26 23:52:03,796 - modelscope - INFO - PyTorch version 2.1.1 Found.
2023-11-26 23:52:03,797 - modelscope - INFO - Loading ast index from C:\Users\C5D\.cache\modelscope\ast_indexer
2023-11-26 23:52:03,879 - modelscope - INFO - Loading done! Current index file version is 1.9.5, with md5 af844ab83425b5c340a159f4fcbc25f6 and a total number of 945 components indexed
Any idea how to troubleshoot or fix this problem?
Please provide the error Log.
Where is the error log? I provided everything I could find already in my first post. When I run the command it doesnt show any errors - just displays the above and then goes back to the terminal prompt.
I have the same problem
like this: (facechain) E:\facechain\facechain>python app.py 2023-11-30 20:08:24,885 - modelscope - INFO - PyTorch version 2.0.1 Found. 2023-11-30 20:08:24,885 - modelscope - INFO - Loading ast index from C:\Users\Mayn\.cache\modelscope\ast_indexer 2023-11-30 20:08:24,963 - modelscope - INFO - Loading done! Current index file version is 1.9.5, with md5 2c62b566362c7a5d054af804c0967c20 and a total number of 945 components indexed
mine was resolved by installing the specific version of gardio:
pip install gradio==3.50
please try out the newest train-free, 10s inference version facechain-fact.