Skip to content

Commit

Permalink
Merge pull request #868 from deforum-art/fix-after-1.6
Browse files Browse the repository at this point in the history
Fix after 1.6
  • Loading branch information
kabachuha committed Aug 31, 2023
2 parents 8a6ee64 + 9b36ddd commit d876441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deforum_helpers/ui_right.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from .args import DeforumOutputArgs, get_component_names, get_settings_component_names
from modules.shared import opts, state
from modules.ui import create_output_panel, wrap_gradio_call
from webui import wrap_gradio_gpu_call
from modules.call_queue import wrap_gradio_gpu_call
from .run_deforum import run_deforum
from .settings import save_settings, load_all_settings, load_video_settings
from .general_utils import get_deforum_version
Expand Down

0 comments on commit d876441

Please sign in to comment.