Results 726 comments of bmaltais

I tried using the exact model from the same huggingface account and it is even worst... ![workflow (1)](https://github.com/shiimizu/ComfyUI-PhotoMaker/assets/7474674/52152188-4f76-46aa-9d2d-8fd69a08d294)

OK... I think I found the issue... Here is the results if I use a file path to images of her instead of passing an image as input: ![workflow (2)](https://github.com/shiimizu/ComfyUI-PhotoMaker/assets/7474674/4faeca13-9eca-4dc7-85c3-39e6a9d1a4a0)...

This is awesome... so there is a bit more from a workflow to get similar results to the diffuser version... ![workflow (3)](https://github.com/shiimizu/ComfyUI-PhotoMaker/assets/7474674/996dc7ae-47dd-4a50-9503-3e6b54db7d75)

> for me it also only works when giving dir, so we must be doing something wrong Indeed… not sure why… maybe the node expect the image to be in...

> Same problem, only works after filling in the image path, and it doesn't work as well as IPAdapter. Compared to the official version, this plugin has too few options....

It should be those as described in the README... I have never tested running on a native Linux Ubuntu install... only on WSL2 Ubuntu 22.04...

It has to be WSL2 ( the recent version on win11)

This is a good find. There might have been an update to the gui.sh script causing this. With this I do I can do a compare between the current version...

Setup.sh is actually the same berween both release... so the issue is nor in that script... but why is is failing in the recent release... hard to tell since I...

THe issue is with the validation.py script that validate everything is fine before running the GUI... my theory.