Solve all GPT problems forever

This commit is contained in:
lllyasviel
2023-10-30 21:17:38 -07:00
committed by GitHub
parent 07b0a37de0
commit 1b96d3ba0b
4 changed files with 23 additions and 47 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ from modules.expansion import FooocusExpansion
expansion = FooocusExpansion()
text = 'stone'
text = 'a handsome man'
for i in range(64):
print(expansion(text, seed=i))