-
Notifications
You must be signed in to change notification settings - Fork 769
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
issue installing requirments #10
Comments
same issue here. |
考虑使用虚拟环境:为了避免潜在的包冲突,建议在 Python 虚拟环境中进行安装。你可以使用 virtualenv 或 conda 来创建一个隔离的环境。 |
If you have the requirements installed for diffusers you should be able to bypass the requirements.txt file. At least, it worked for me without it. (no venv). |
如果安装过pytorch,要把里面的去掉…… |
I used this for an earlier version and it worked: pip install torch==2.1.1 torchvision==0.16.1 torchaudio==2.1.1 --index-url https://download.pytorch.org/whl/cu118 I'm on python 3.8 in this install |
I tried this but facing this issue:
|
Check this thread: #22 |
Hello everyone, first of all, thank you for your discussions, which helped us fix many known issues in environment construction (in the latest version). Now, you could update the environment building through: conda create --name photomaker python=3.10
pip install -U pip
# Install requirements
pip install -r requirements.txt
# Install photomaker
pip install git+https://github.com/TencentARC/PhotoMaker.git Then you can run the following command to use our PhotoMaker: from photomaker import PhotoMakerStableDiffusionXLPipeline The previous line can also be used outside the repo. |
I tried editing the requirements file but still ran into issues. any solutions?
The text was updated successfully, but these errors were encountered: