PhotoMaker icon indicating copy to clipboard operation
PhotoMaker copied to clipboard

Got typeerror,please help

Open heroki0817 opened this issue 1 year ago • 1 comments

when I run pyton app.py,got this error. 20240117191529

heroki0817 avatar Jan 18 '24 03:01 heroki0817

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.

Paper99 avatar Jan 18 '24 08:01 Paper99