improve gpt2

improve gpt2
This commit is contained in:
lllyasviel
2023-10-30 16:40:50 -07:00
committed by GitHub
parent d8616fe8dc
commit 34bcfa79c0
4 changed files with 36 additions and 23 deletions
+8
View File
@@ -0,0 +1,8 @@
from modules.expansion import FooocusExpansion
expansion = FooocusExpansion()
text = 'stone'
for i in range(64):
print(expansion(text, seed=i))