mirror of
https://github.com/lllyasviel/Fooocus.git
synced 2026-08-16 13:13:16 +02:00
[2.1.831] Fooocus Describe
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
from modules.expansion import FooocusExpansion
|
||||
|
||||
expansion = FooocusExpansion()
|
||||
|
||||
text = 'a handsome man'
|
||||
|
||||
for i in range(64):
|
||||
print(expansion(text, seed=i))
|
||||
Reference in New Issue
Block a user