SDXL-NSFW / experiments_expansion.py
Abdullah-Habib's picture
first commit
20fd36d
raw
history blame contribute delete
No virus
160 Bytes
from modules.expansion import FooocusExpansion
expansion = FooocusExpansion()
text = 'a handsome man'
for i in range(64):
print(expansion(text, seed=i))