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
6b3981c0
Commit
6b3981c0
authored
Jan 25, 2023
by
Max Audron
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
clean up unused script_path imports
parent
14c0884f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
3 deletions
+2
-3
modules/codeformer_model.py
modules/codeformer_model.py
+1
-1
modules/generation_parameters_copypaste.py
modules/generation_parameters_copypaste.py
+1
-1
webui.py
webui.py
+0
-1
No files found.
modules/codeformer_model.py
View file @
6b3981c0
...
...
@@ -8,7 +8,7 @@ import torch
import
modules.face_restoration
import
modules.shared
from
modules
import
shared
,
devices
,
modelloader
from
modules.paths
import
script_path
,
models_path
from
modules.paths
import
models_path
# codeformer people made a choice to include modified basicsr library to their project which makes
# it utterly impossible to use it alongside with other libraries that also use basicsr, like GFPGAN.
...
...
modules/generation_parameters_copypaste.py
View file @
6b3981c0
...
...
@@ -6,7 +6,7 @@ import re
from
pathlib
import
Path
import
gradio
as
gr
from
modules.paths
import
data_path
,
script_path
from
modules.paths
import
data_path
from
modules
import
shared
,
ui_tempdir
,
script_callbacks
import
tempfile
from
PIL
import
Image
...
...
webui.py
View file @
6b3981c0
...
...
@@ -15,7 +15,6 @@ logging.getLogger("xformers").addFilter(lambda record: 'A matching Triton is not
from
modules
import
import_hook
,
errors
,
extra_networks
from
modules
import
extra_networks_hypernet
,
ui_extra_networks_hypernets
,
ui_extra_networks_textual_inversion
from
modules.call_queue
import
wrap_queued_call
,
queue_lock
,
wrap_gradio_gpu_call
from
modules.paths
import
script_path
import
torch
...
...
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