-
Notifications
You must be signed in to change notification settings - Fork 153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unable to launch Fluxgym #101
Comments
Hi, I've just found this problem and the solution. In os.environ["HF_HUB_ENABLE_HF_TRANSFER"] = "1"
os.environ['GRADIO_ANALYTICS_ENABLED'] = '0'
sys.path.insert(0, os.getcwd())
sys.path.append(os.path.join(os.path.dirname(__file__), 'sd-scripts')) To right after import os
import sys
os.environ["HF_HUB_ENABLE_HF_TRANSFER"] = "1"
os.environ['GRADIO_ANALYTICS_ENABLED'] = '0'
sys.path.insert(0, os.getcwd())
sys.path.append(os.path.join(os.path.dirname(__file__), 'sd-scripts'))
import subprocess
import gradio as gr
... For some reason in python 3.10 |
First of all thank you so much for your reply.
but the problem still not fix.
and also my python version is
|
I am afraid it wasn't changed the way I suggested. In any case a fix was merged in the PR #102 so just pulling the code now should fix the problem. THank you for the python version. Then it looks like the problem appears for python |
你好专家,我的出现了这个启动错误,一直无法解决,请求帮助 I:\fluxgym>python app.py |
make sure python |
It is possible, that you forgot the following step in the installation (happened to me):
|
Hello, I cant seem to start Fluxgym, I followed all the steps. (On Windows) I get this error: (env) C:\fluxgym>python app.py (env) C:\fluxgym> Any help would be appreciated. |
maybe doing this might help |
Hello Experts,
i have install fresh copy of fluxgym in my drive (E:\My AI\FluxGym\fluxgym) and i have install it successfully with all the dependencies etc with any error also download all the models, after that when i try to launch Fluxgym with this command (python app.py) with the venv activated. after this command i got this error.
The text was updated successfully, but these errors were encountered: