Installation Issue
As per the instructions I'm getting error at Step 4 with requirements.txt. Is there an undoucmented step before to clone GIT?? If so can the correct steps be updated pls!
conda create --name photomaker python=3.10 conda activate photomaker pip install -U pip
Install requirements
pip install -r requirements.txt
Install photomaker
pip install git+https://github.com/TencentARC/PhotoMaker.git
(photomaker) C:\Users\hg>pip install -r requirements.txt ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt'
if I clone git before running requirements.txt then I can get through the install but now it falls over at launch.
(photomaker) C:\Users\Harmeet\anaconda3\envs\photomaker>python photomaker/gradio_demo/app.py
Traceback (most recent call last):
File "C:\Users\Harmeet\anaconda3\envs\photomaker\photomaker\gradio_demo\app.py", line 11, in
Appreciate any help in fixing this!!
I run SD web ui with my local install all the time and never have issues with them
same issue hmmmmmm not sure what could cause not sure if it is cuz I forked it
Please refer to #41
https://github.com/TencentARC/PhotoMaker/issues/59#issuecomment-1898309857
Solution is to use this repo https://github.com/bmaltais/PhotoMaker