You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, After update Stable Diffusion 1.6.0.
I fixed this error #82 (comment)
And I fixed this error
WARNING:py.warnings:E:\Stable-Diffusion\extensions\TemporalKit\scripts\sd-TemporalKit-UI.py:406:
GradioDeprecationWarning: Usage of gradio.outputs is deprecated, and will not be supported in the future,
please import your components from gradio.components
result_image = gr.outputs.Image(type='pil')
*** Error loading script: sd-TemporalKit-UI.py
Traceback (most recent call last):
File "D:\stable-diffusion-webui\modules\scripts.py", line 382, in load_scripts
script_module = script_loading.load_module(scriptfile.path)
File "D:\stable-diffusion-webui\modules\script_loading.py", line 10, in load_module
module_spec.loader.exec_module(module)
File "", line 883, in exec_module
File "", line 241, in _call_with_frames_removed
File "D:\stable-diffusion-webui\extensions\temporalkit\scripts\sd-TemporalKit-UI.py", line 44, in
import scripts.Ebsynth_Processing as ebsynth
File "D:\stable-diffusion-webui\extensions\temporalkit\scripts\Ebsynth_Processing.py", line 10, in
import extensions.TemporalKit.scripts.berry_utility
ModuleNotFoundError: No module named 'extensions.TemporalKit'
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hello, After update Stable Diffusion 1.6.0.
I fixed this error #82 (comment)
And I fixed this error
WARNING:py.warnings:E:\Stable-Diffusion\extensions\TemporalKit\scripts\sd-TemporalKit-UI.py:406: GradioDeprecationWarning: Usage of gradio.outputs is deprecated, and will not be supported in the future, please import your components from gradio.components result_image = gr.outputs.Image(type='pil')