miaoshouai / miaoshouai-assistant

MiaoshouAI Assistant for Automatic1111 Webui
Apache License 2.0
314 stars 25 forks source link

下载好像没反应 #48

Open longquanwjx opened 1 year ago

longquanwjx commented 1 year ago

启动界面有一些WARN logs_location: F:\stable-diffusion-webui\extensions\miaoshouai-assistant\logs F:\stable-diffusion-webui\extensions\miaoshouai-assistant\scripts\assistant\miaoshou.py:154: GradioDeprecationWarning: The style method is deprecated. Please set these arguments in the constructor instead. with gr.Row().style(equal_height=True): F:\stable-diffusion-webui\extensions\miaoshouai-assistant\scripts\assistant\miaoshou.py:164: GradioDeprecationWarning: The style method is deprecated. Please set these arguments in the constructor instead. my_model_source_dropdown = gr.Dropdown( F:\stable-diffusion-webui\extensions\miaoshouai-assistant\scripts\assistant\miaoshou.py:173: GradioDeprecationWarning: The style method is deprecated. Please set these arguments in the constructor instead. my_model_type = gr.Radio(mtypes, a F:\stable-diffusion-webui\extensions\miaoshouai-assistant\scripts\assistant\miaoshou.py:276: GradioDeprecationWarning: The style method is deprecated. Please set these arguments in the constructor instead. with gr.Row().style(equal_height=True): F:\stable-diffusion-webui\extensions\miaoshouai-assistant\scripts\assistant\miaoshou.py:277: GradioDeprecationWarning: The style method is deprecated. Please set these arguments in the constructor instead. model_source_dropdown = gr.Dropdown(choices=["civitai.com", "liandange.com", "official_models", 'hugging_face', "controlnet"], F:\stable-diffusion-webui\extensions\miaoshouai-assistant\scripts\assistant\miaoshou.py:286: GradioDeprecationWarning: The style method is deprecated. Please set these arguments in the constructor instead. with gr.Row().style(equal_height=True): F:\stable-diffusion-webui\extensions\miaoshouai-assistant\scripts\assistant\miaoshou.py:295: GradioDeprecationWarning: The style method is deprecated. Please set these arguments in the constructor instead. with gr.Row().style(equal_height=True): F:\stable-diffusion-webui\extensions\miaoshouai-assistant\scripts\assistant\miaoshou.py:296: GradioDeprecationWarning: The style method is deprecated. Please set these arguments in the constructor instead. rad_model_tags = gr.Radio(['All'] + self.prelude.model_tags, F:\stable-diffusion-webui\extensions\miaoshouai-assistant\scripts\assistant\miaoshou.py:300: GradioDeprecationWarning: The style method is deprecated. Please set these arguments in the constructor instead. with gr.Row().style(equal_height=True): F:\stable-diffusion-webui\extensions\miaoshouai-assistant\scripts\assistant\miaoshou.py:309: GradioDeprecationWarning: The style method is deprecated. Please set these arguments in the constructor instead. model_type = gr.Radio(["All"] + list(self.prelude.model_type.keys()), F:\stable-diffusion-webui\extensions\miaoshouai-assistant\scripts\assistant\miaoshou.py:314: GradioDeprecationWarning: The style method is deprecated. Please set these arguments in the constructor instead. self.runtime.ds_models = gr.Dataset( F:\stable-diffusion-webui\extensions\miaoshouai-assistant\scripts\assistant\miaoshou.py:314: GradioDeprecationWarning: Unknown style parameter: type self.runtime.ds_models = gr.Dataset( F:\stable-diffusion-webui\extensions\miaoshouai-assistant\scripts\assistant\miaoshou.py:314: GradioDeprecationWarning: Unknown style parameter: container self.runtime.ds_models = gr.Dataset( F:\stable-diffusion-webui\extensions\miaoshouai-assistant\scripts\assistant\miaoshou.py:325: GradioDeprecationWarning: The style method is deprecated. Please set these arguments in the constructor instead. self.runtime.ds_cover_gallery = gr.Dataset( F:\stable-diffusion-webui\extensions\miaoshouai-assistant\scripts\assistant\miaoshou.py:325: GradioDeprecationWarning: Unknown style parameter: type self.runtime.ds_cover_gallery = gr.Dataset( F:\stable-diffusion-webui\extensions\miaoshouai-assistant\scripts\assistant\miaoshou.py:325: GradioDeprecationWarning: Unknown style parameter: container 这个有影响吗

下载没反应 微信图片_20231002001125

triphop commented 1 year ago

on the branch of bugfix/gradio_api_incompatibility , I try to fix this issue, this branch passed my verification, you can have a try, and hope you give me the final result after your verification.

cd <your_stable_diffusion_directory>/extensions/miaoshouai-assistant/
git checkout -b verfication origin/bugfix/gradio_api_incompatibility
git pull --rebase -p

and then, please restart webui, hope everything goes well.

sdflysd commented 1 year ago

I have the same problem, which also does not respond to the download. In the plug-in, the picture of the Civitai website can be displayed normally. How can I solve this problem?

miaoshouai commented 1 year ago

did you try to get the latest version? 1.8

sdflysd commented 1 year ago

did you try to get the latest version? 1.8

Where can I try version 1.8, which is currently version 1.6

miaoshouai commented 1 year ago

version 1.8 is out, just update in the plugin's update tab and then shut down and restart the webui completely or download it from release on github.

sdflysd commented 1 year ago

https://github.com/miaoshouai/miaoshouai-assistant/releases/tag/v1.8 I deleted all files for the other versions, unzipped version 1.8 and restarted the WEBUI, but still couldn't download the model