Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
smrgrghf
/
img-gen-with-fooocus-space
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
2f0d938
img-gen-with-fooocus-space
/
experiments_expansion.py
smraux
Add new files and directories
61ebe0c
about 1 year 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))