Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
S
Stable Diffusion Webui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
novelai-storage
Stable Diffusion Webui
Commits
84026821
Commit
84026821
authored
Mar 25, 2023
by
AUTOMATIC1111
Committed by
GitHub
Mar 25, 2023
1
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #8651 from vladmandic/flicker
disable gradio css transitions
parents
e8bbc344
250193ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
webui.py
webui.py
+3
-0
No files found.
webui.py
View file @
84026821
...
@@ -262,6 +262,9 @@ def webui():
...
@@ -262,6 +262,9 @@ def webui():
inbrowser
=
cmd_opts
.
autolaunch
,
inbrowser
=
cmd_opts
.
autolaunch
,
prevent_thread_lock
=
True
prevent_thread_lock
=
True
)
)
for
dep
in
shared
.
demo
.
dependencies
:
dep
[
'show_progress'
]
=
False
# disable gradio css animation on component update
# after initial launch, disable --autolaunch for subsequent restarts
# after initial launch, disable --autolaunch for subsequent restarts
cmd_opts
.
autolaunch
=
False
cmd_opts
.
autolaunch
=
False
...
...
nanahira
@nanahira
mentioned in commit
5cf3822e
·
Apr 19, 2023
mentioned in commit
5cf3822e
mentioned in commit 5cf3822e463393e6ba1eab0b5647174f754886b9
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment