Logan Zoellner commited on
Commit
f607082
1 Parent(s): 156d86f

clip faces isntead of rudalle --which I can't get working reliably

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 (rudalle)")
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")