comma is not better
This commit is contained in:
parent
88a5556f3d
commit
74ae79fa2b
@ -21,7 +21,7 @@ class FooocusExpansion:
|
||||
print('Fooocus Expansion engine loaded.')
|
||||
|
||||
def __call__(self, prompt, seed):
|
||||
prompt = safe_str(prompt) + ', ' # Reduce semantic corruption.
|
||||
prompt = safe_str(prompt) + '. ' # Reduce semantic corruption.
|
||||
seed = int(seed)
|
||||
set_seed(seed)
|
||||
response = self.pipe(prompt, max_length=len(prompt) + 256)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user