zewolf5
zewolf5
Well. Since the answer to having multiple input images is suggested here and works: https://github.com/InstantID/InstantID/issues/56#issuecomment-1908653153 > > Not sure if its already there, but multiple reference images? I could not...
This seems to work ("pip install compel" first); ``` from compel import Compel, ReturnedEmbeddingsType prompt = "a woman riding a horse, " + "in a dark forest, "*30 + "...
Its looking for the python code files. You can probably just copy the *.py + the ip_adapter from the parent folder into the gradio_demo folder.
pip uninstall torch pip install torch==2.0.0+cu117 -f https://download.pytorch.org/whl/torch_stable.html
When I create images where the face is covering most of the image, the quality and likeness is VERY good, but once going to full body portraits like someone riding...
> @zewolf5 Is the face too small? I do not think the face is too small. If i generate a normal non-InstantID, the face will look OK. I am using...
Not sure if its already there, but multiple reference images? I could not find a way to select more than one image in the sample code provided. Topic #33 mentioned...
Link on main page to alternative url: https://github.com/deepinsight/insightface/issues/1896#issuecomment-1023867304
What i normally do as a quick check before throwing in the gauntlet and asking. If python says "`No module named 'xxxxx'`" then i do a `pip install xxxxx` Then...
Ignore this. Padding = Dilation it seems. So just close this.