Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Abdullah-Habib
/
SDXL-NSFW
like
0
Configuration error
App
Files
Files
Community
20fd36d
SDXL-NSFW
/
experiments_expansion.py
Abdullah-Habib
first commit
20fd36d
9 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))