DipSlayer

Results 4 comments of DipSlayer

you got the sdxl models required? f.e. listed here for the stylized: https://github.com/TencentARC/PhotoMaker/issues/20

> I've done the fork -> spawn thing, but that still gives me an error > > (venv) Q:\PhotoMaker>python gradio_demo/app.py Traceback (most recent call last): File "gradio_demo/app.py", line 17, in...

> > I had to install photomaker by "pip install photomaker" to get past that error, but I still have error I just posted about 🤔 > > This won't...

> > Process = multiprocessing.get_context('fork').Process > > Use python 3.10 or add these line in app.py : > > add this line at the top ---> `from typing import Tuple`...