mirror of
https://github.com/lllyasviel/Fooocus.git
synced 2026-08-16 13:13:16 +02:00
typo
This commit is contained in:
@@ -4,9 +4,10 @@ from modules.path import fooocus_expansion_path
|
|||||||
|
|
||||||
|
|
||||||
def safe_str(x):
|
def safe_str(x):
|
||||||
|
x = str(x)
|
||||||
for _ in range(16):
|
for _ in range(16):
|
||||||
x = x.replace(' ', ' ')
|
x = x.replace(' ', ' ')
|
||||||
return str(x).rstrip(",. \r\n")
|
return x.rstrip(",. \r\n")
|
||||||
|
|
||||||
|
|
||||||
class FooocusExpansion:
|
class FooocusExpansion:
|
||||||
|
|||||||
Reference in New Issue
Block a user