Fooocus / experiments_expansion.py
ashdeveloper's picture
Upload folder using huggingface_hub
ef37273 verified
raw
history blame contribute delete
160 Bytes
from modules.expansion import FooocusExpansion
expansion = FooocusExpansion()
text = 'a handsome man'
for i in range(64):
print(expansion(text, seed=i))