There is No Facelab Tab with option to Build #94

Open
opened 2023-09-08 02:43:21 +02:00 by alensastud · 10 comments
alensastud commented 2023-09-08 02:43:21 +02:00 (Migrated from github.com)

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

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](https://github.com/glucauze/sd-webui-faceswaplab/assets/144399764/f13b0462-6c87-4d7b-901a-53a4b6d2bed2)
glucauze commented 2023-09-08 12:06:25 +02:00 (Migrated from github.com)

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

I think it is related to your version of gradio. See : https://github.com/glucauze/sd-webui-faceswaplab/issues/5
AIrtistry commented 2023-09-08 14:11:10 +02:00 (Migrated from github.com)

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
> 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 <img width="1257" alt="Untitled" src="https://github.com/glucauze/sd-webui-faceswaplab/assets/139043392/8b1a235b-3367-4a1a-bf1d-59279a25ed9a">
alensastud commented 2023-09-08 14:25:06 +02:00 (Migrated from github.com)

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

> I think it is related to your version of gradio. See : Thats exactly what it was! thank you so much!
alensastud commented 2023-09-08 14:26:03 +02:00 (Migrated from github.com)

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 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 > > <img alt="Untitled" width="1257" src="https://user-images.githubusercontent.com/139043392/266607618-8b1a235b-3367-4a1a-bf1d-59279a25ed9a.png"> make sure you also change the version of Gradio to the new updated version in the requirements txt file as well.
AIrtistry commented 2023-09-08 14:30:26 +02:00 (Migrated from github.com)

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

> > > 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 > > <img alt="Untitled" width="1257" src="https://user-images.githubusercontent.com/139043392/266607618-8b1a235b-3367-4a1a-bf1d-59279a25ed9a.png"> > > 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 2023-09-09 12:10:43 +02:00 (Migrated from github.com)

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

> > > 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 > > <img alt="Untitled" width="1257" src="https://user-images.githubusercontent.com/139043392/266607618-8b1a235b-3367-4a1a-bf1d-59279a25ed9a.png"> > > 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 2023-09-10 14:26:36 +02:00 (Migrated from github.com)

Same

Same
glucauze commented 2023-09-10 15:53:32 +02:00 (Migrated from github.com)

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

As stated this is most likely related to gradio. Is there a reason for not using the last version of automatic 1111 ?
AIrtistry commented 2023-09-10 18:36:44 +02:00 (Migrated from github.com)

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

> 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 2023-09-12 23:34:48 +02:00 (Migrated from github.com)

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

Ok that's strange. I don't have this bug on my end.
Sign in to join this conversation.