mirror of
https://github.com/lllyasviel/Fooocus.git
synced 2026-08-16 13:13:16 +02:00
9 lines
151 B
Python
9 lines
151 B
Python
from modules.expansion import FooocusExpansion
|
|
|
|
expansion = FooocusExpansion()
|
|
|
|
text = 'stone'
|
|
|
|
for i in range(64):
|
|
print(expansion(text, seed=i))
|