mirror of
https://github.com/lllyasviel/Fooocus.git
synced 2026-08-16 13:13:16 +02:00
Solve all GPT problems forever
This commit is contained in:
@@ -2,7 +2,7 @@ from modules.expansion import FooocusExpansion
|
||||
|
||||
expansion = FooocusExpansion()
|
||||
|
||||
text = 'stone'
|
||||
text = 'a handsome man'
|
||||
|
||||
for i in range(64):
|
||||
print(expansion(text, seed=i))
|
||||
|
||||
Reference in New Issue
Block a user