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
8b74389e
Commit
8b74389e
authored
Dec 10, 2023
by
w-e-w
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix styles.csv filename
parent
23a0e60b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
modules/styles.py
modules/styles.py
+2
-4
No files found.
modules/styles.py
View file @
8b74389e
...
@@ -98,10 +98,8 @@ class StyleDatabase:
...
@@ -98,10 +98,8 @@ class StyleDatabase:
self
.
path
=
path
self
.
path
=
path
folder
,
file
=
os
.
path
.
split
(
self
.
path
)
folder
,
file
=
os
.
path
.
split
(
self
.
path
)
self
.
default_file
=
file
.
split
(
"*"
)[
0
]
+
".csv"
filename
,
_
,
ext
=
file
.
partition
(
'*'
)
if
self
.
default_file
==
".csv"
:
self
.
default_path
=
os
.
path
.
join
(
folder
,
filename
+
ext
)
self
.
default_file
=
"styles.csv"
self
.
default_path
=
os
.
path
.
join
(
folder
,
self
.
default_file
)
self
.
prompt_fields
=
[
field
for
field
in
PromptStyle
.
_fields
if
field
!=
"path"
]
self
.
prompt_fields
=
[
field
for
field
in
PromptStyle
.
_fields
if
field
!=
"path"
]
...
...
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