Spaces:
Runtime error
Runtime error
Logan Zoellner
commited on
Commit
·
f607082
1
Parent(s):
156d86f
clip faces isntead of rudalle --which I can't get working reliably
Browse files
app.py
CHANGED
@@ -170,7 +170,7 @@ with demo:
|
|
170 |
b0 = gr.Button("Randomize name,race and class")
|
171 |
b1 = gr.Button("Generate NPC Description")
|
172 |
b2 = gr.Button("Generate Portrait (latent diffusion)")
|
173 |
-
b3 = gr.Button("Generate Portrait (
|
174 |
|
175 |
with gr.Row():
|
176 |
input_name = gr.Textbox(label="name",placeholder="Drizzt")
|
|
|
170 |
b0 = gr.Button("Randomize name,race and class")
|
171 |
b1 = gr.Button("Generate NPC Description")
|
172 |
b2 = gr.Button("Generate Portrait (latent diffusion)")
|
173 |
+
b3 = gr.Button("Generate Portrait (clip-faces)")
|
174 |
|
175 |
with gr.Row():
|
176 |
input_name = gr.Textbox(label="name",placeholder="Drizzt")
|