Spaces:
Runtime error
Runtime error
File size: 160 Bytes
8771ea4 | 1 2 3 4 5 6 7 8 9 | from modules.expansion import FooocusExpansion
expansion = FooocusExpansion()
text = 'a handsome man'
for i in range(64):
print(expansion(text, seed=i))
|