glucauze / sd-webui-faceswaplab

Extended faceswap extension for StableDiffusion web-ui with multiple faceswaps, inpainting, checkpoints, ....
https://glucauze.github.io/sd-webui-faceswaplab/
GNU Affero General Public License v3.0
715 stars 92 forks source link

There is No Facelab Tab with option to Build #94

Open alensastud opened 10 months ago

alensastud commented 10 months ago

I just installed the facelab extension v.1.2.5. I see the part where I can swap faces, but however there is no Tab with the additional settings to be able to build a checkpoint. I already tried removing all extensions except for this and I tried running with a default webuser bat file with no commandline arguments. Any ideas how to fix?

Untitled

glucauze commented 10 months ago

I think it is related to your version of gradio. See : https://github.com/glucauze/sd-webui-faceswaplab/issues/5

AIrtistry commented 10 months ago

I think it is related to your version of gradio. See : #5

Hi, I tried your solution at the bottom of the page but the extension still not showing

Untitled
alensastud commented 10 months ago

I think it is related to your version of gradio. See : Thats exactly what it was! thank you so much!

alensastud commented 10 months ago

I think it is related to your version of gradio. See : #5

Hi, I tried your solution at the bottom of the page but the extension still not showing

Untitled

make sure you also change the version of Gradio to the new updated version in the requirements txt file as well.

AIrtistry commented 10 months ago

I think it is related to your version of gradio. See : #5

Hi, I tried your solution at the bottom of the page but the extension still not showing

Untitled

make sure you also change the version of Gradio to the new updated version in the requirements txt file as well.

thanks for the fast answer, Im not really a teach guy, can you list me the few steps for do this ? Thanks you

AIrtistry commented 10 months ago

I think it is related to your version of gradio. See : #5

Hi, I tried your solution at the bottom of the page but the extension still not showing

Untitled

make sure you also change the version of Gradio to the new updated version in the requirements txt file as well.

I see that on my requirements.txt :

protobuf>=3.20.2 cython dill ifnude insightface==0.7.3 onnx>=1.14.0 onnxruntime>=1.15.0 opencv-python pandas pydantic safetensors

leonyp commented 10 months ago

Same

glucauze commented 10 months ago

As stated this is most likely related to gradio. Is there a reason for not using the last version of automatic 1111 ?

AIrtistry commented 10 months ago

As stated this is most likely related to gradio. Is there a reason for not using the last version of automatic 1111 ?

I using the latest version of a1111 and my gradio version is 3.41.2

glucauze commented 10 months ago

Ok that's strange. I don't have this bug on my end.