s0md3v / sd-webui-roop

roop extension for StableDiffusion web-ui
GNU Affero General Public License v3.0
3.36k stars 853 forks source link

Error during startup,why? #236

Open newstargo opened 1 year ago

newstargo commented 1 year ago

2023-09-07 14:17:51,937 - roop - INFO - roop v0.0.2 Loading weights [bd0b7a83fc] from C:\Users\nsg\stable-diffusion-webui\models\Stable-diffusion\anythingqingmix_v10.safetensors C:\Users\nsg\stable-diffusion-webui\extensions\sd-webui-roop\scripts\faceswap.py:38: GradioDeprecationWarning: Usage of gradio.inputs is deprecated, and will not be supported in the future, please import your component from gradio.components img = gr.inputs.Image(type="pil") C:\Users\nsg\stable-diffusion-webui\modules\gradio_extensons.py:25: GradioDeprecationWarning: optional parameter is deprecated, and it has no effect res = original_IOComponent_init(self, *args, **kwargs) C:\Users\nsg\stable-diffusion-webui\extensions\sd-webui-roop\scripts\faceswap.py:55: GradioDeprecationWarning: Usage of gradio.inputs is deprecated, and will not be supported in the future, please import your component from gradio.components upscaler_name = gr.inputs.Dropdown( C:\Users\nsg\stable-diffusion-webui\extensions\sd-webui-roop\scripts\faceswap.py:74: GradioDeprecationWarning: Usage of gradio.inputs is deprecated, and will not be supported in the future, please import your component from gradio.components model = gr.inputs.Dropdown( Creating model from config: C:\Users\nsg\stable-diffusion-webui\configs\v1-inference.yaml

Gourieff commented 1 year ago

It's not an error, it's just a warning

newstargo commented 12 months ago

能修复吗?

iammikomaestro commented 11 months ago

How to satisfy or remove this warning?

iytbqi commented 10 months ago

I have the same issue,Who can help me to solve it 。