imaginator / experiments_expansion.py
iList's picture
Upload folder using huggingface_hub
2f56437 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))