custom_ai / experiments_expansion.py
tharms's picture
initial version branched from Fooocus
b66adbc
raw
history blame
160 Bytes
from modules.expansion import FooocusExpansion
expansion = FooocusExpansion()
text = 'a handsome man'
for i in range(64):
print(expansion(text, seed=i))