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
d8126be5
Commit
d8126be5
authored
Jan 01, 2024
by
AUTOMATIC1111
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
linter
parent
45b7bba3
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
modules/infotext.py
modules/infotext.py
+1
-1
modules/infotext_versions.py
modules/infotext_versions.py
+1
-1
modules/postprocessing.py
modules/postprocessing.py
+1
-1
No files found.
modules/infotext.py
View file @
d8126be5
...
@@ -8,7 +8,7 @@ import sys
...
@@ -8,7 +8,7 @@ import sys
import
gradio
as
gr
import
gradio
as
gr
from
modules.paths
import
data_path
from
modules.paths
import
data_path
from
modules
import
shared
,
ui_tempdir
,
script_callbacks
,
processing
,
infotext_versions
,
errors
from
modules
import
shared
,
ui_tempdir
,
script_callbacks
,
processing
,
infotext_versions
from
PIL
import
Image
from
PIL
import
Image
sys
.
modules
[
'modules.generation_parameters_copypaste'
]
=
sys
.
modules
[
__name__
]
# alias for old name
sys
.
modules
[
'modules.generation_parameters_copypaste'
]
=
sys
.
modules
[
__name__
]
# alias for old name
...
...
modules/infotext_versions.py
View file @
d8126be5
...
@@ -17,7 +17,7 @@ def parse_version(text):
...
@@ -17,7 +17,7 @@ def parse_version(text):
try
:
try
:
return
version
.
parse
(
text
)
return
version
.
parse
(
text
)
except
Exception
as
e
:
except
Exception
:
return
None
return
None
...
...
modules/postprocessing.py
View file @
d8126be5
...
@@ -2,7 +2,7 @@ import os
...
@@ -2,7 +2,7 @@ import os
from
PIL
import
Image
from
PIL
import
Image
from
modules
import
shared
,
images
,
devices
,
scripts
,
scripts_postprocessing
,
ui_common
,
infotext
from
modules
import
shared
,
images
,
devices
,
scripts
,
scripts_postprocessing
,
ui_common
from
modules.shared
import
opts
from
modules.shared
import
opts
...
...
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