volotat / SD-CN-Animation

This script allows to automate video stylization task using StableDiffusion and ControlNet.
MIT License
806 stars 61 forks source link

I didn't see the sd-cn-animation extension on the tab #105

Open modernbaby opened 1 year ago

modernbaby commented 1 year ago

I installed "sd-cn-animation" on the SD WebUI, but after restarting the UI, I didn't see the sd-cn-animation extension on the tab. I confirmed that the extension was installed correctly. My runtime environment is Colab, and every time I run it, I get the following prompt: "Installing SD-CN-Animation requirement: scikit-image==0.19.2."

Does anyone know what I did wrong?

PandorasParabox commented 1 year ago

im having this same issue in auto1111

PandorasParabox commented 1 year ago

i updated auto1111, problem solved! :)

modernbaby commented 1 year ago

i updated auto1111, problem solved! :)

Hi, How to updat it in colab?

modernbaby commented 1 year ago

I found error message: Error executing callback ui_tabs_callback for /content/drive/MyDrive/stable-diffusion-webui-colab/stable-diffusion-webui/extensions/SD-CN-Animation/scripts/base_ui.py Traceback (most recent call last): File "/content/drive/MyDrive/stable-diffusion-webui-colab/stable-diffusion-webui/modules/script_callbacks.py", line 125, in ui_tabs_callback res += c.callback() or [] File "/content/drive/MyDrive/stable-diffusion-webui-colab/stable-diffusion-webui/extensions/SD-CN-Animation/scripts/base_ui.py", line 210, in on_ui_tabs export_setting_json = gr.Code(value='') AttributeError: module 'gradio' has no attribute 'Code'

anyone help me?

Kamekos commented 1 year ago

Same issue here