Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
shmuel85
/
DeFooocus
like
1
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
main
DeFooocus
/
experiments_expansion.py
shmuel85
Upload folder using huggingface_hub
10a5730
verified
7 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
160 Bytes
from
modules.expansion
import
FooocusExpansion
expansion = FooocusExpansion()
text =
'a handsome man'
for
i
in
range
(
64
):
print
(expansion(text, seed=i))