fix
This commit is contained in:
parent
b10d9d78f6
commit
6acb2fb66d
|
|
@ -19,7 +19,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…
Reference in New Issue