nosiu
nosiu
> Which line of code loads the pose image? Could you give some direction? https://github.com/InstantID/InstantID/blob/main/gradio_demo/app.py#L229 **image_embeds** (face) from one image, and a different image as **face_kps**
@johndpope I don't want to play with GUI (no experience with gradio) but if you make a fork, add a checkbox for example "use mask" which will allow you to...
Hi @johndpope I don't understand the problem because the provided `faceswap.py` file in this pull request is a minimal example of how to swap faces just `python faceswap.py` it. You...
> hi @nosiu - thanks for clarifying. run your code - python faceswap.py after loggging into huggingface - i get this error. > > a quick change to this should...
hi @t00350320, You are probably using a different version of diffusers `pip show diffusers` to show the version you have installed. It works on version `0.25.0`. A good way to...
@t00350320 There are two things wrong with this picture. 1) The mask seems to be too big and it tried to generate part of the collar you can also try...
@qwerdf4 This branch is using diffusers 0.25.0
> 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...
Sorry I'm a noob, but aren't you missing the implementation of `control_mask` param from demo, so `enhance_face_region` does nothing?
@amberfay there is an example in the readme in the LCM Lora section. List of schedulers https://huggingface.co/docs/diffusers/en/api/schedulers/overview