Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
MrNikolaTesla
/
APIFo
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
3ceafde
APIFo
/
experiments_expansion.py
MrNikolaTesla
Upload folder using huggingface_hub
113c29e
verified
11 months ago
raw
Copy download link
history
blame
Safe
160 Bytes
from
modules.expansion
import
FooocusExpansion
expansion = FooocusExpansion()
text =
'a handsome man'
for
i
in
range
(
64
):
print
(expansion(text, seed=i))