huzefa11 commited on
Commit
94ed691
·
verified ·
1 Parent(s): 6afac02

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +31 -0
app.py CHANGED
@@ -614,6 +614,37 @@ with gr.Blocks(css=css) as demo:
614
  "touches a floating book, causing symbols to light up around her #Something is awakening!"
615
  ]),
616
  "Japanese Anime", 768, 768],
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
617
  ],
618
  inputs=[seed_, sa32_, sa64_, id_length_, general_prompt, negative_prompt, prompt_array, style, G_height, G_width],
619
  label='😺 Examples 😺',
 
614
  "touches a floating book, causing symbols to light up around her #Something is awakening!"
615
  ]),
616
  "Japanese Anime", 768, 768],
617
+ [0, 0.7, 0.7, 2, "a man, wearing black suit",
618
+ "bad anatomy, bad hands, missing fingers, extra fingers, three hands, three legs, bad arms, missing legs, missing arms, poorly drawn face, bad face, fused face, cloned face, three crus, fused feet, fused thigh, extra crus, ugly fingers, horn, cartoon, cg, 3d, unreal, animate, amputation, disconnected limbs",
619
+ array2string([
620
+ "at home, read new paper #at home, The newspaper says there is a treasure house in the forest.",
621
+ "on the road, near the forest",
622
+ "[NC] The car on the road, near the forest #He drives to the forest in search of treasure.",
623
+ "[NC]A tiger appeared in the forest, at night",
624
+ "very frightened, in the forest, at night",
625
+ "running very fast, in the forest, at night",
626
+ "[NC] A house in the forest, at night #Suddenly, he discovers the treasure house!",
627
+ "in the house filled with treasure, laughing, at night #He is overjoyed inside the house."
628
+ ]),
629
+ "Japanese Anime", 768, 768],
630
+ [0, 0.6, 0.4, 3, "a cyberpunk hacker, glowing wires, neon glasses",
631
+ "bad anatomy, blurred face, extra limbs, poorly drawn, bad proportions, cartoon, fake",
632
+ array2string([
633
+ "[NC]In a dark room filled with monitors #She types rapidly on a neon-lit keyboard",
634
+ "neon city street at night, people walking by",
635
+ "a robot chases her through a back alley",
636
+ "[NC]She jumps onto a rooftop, escaping"
637
+ ]),
638
+ "Comic book", 768, 768],
639
+ [1, 0.7, 0.3, 3, "an astronaut in white spacesuit",
640
+ "bad anatomy, floating limbs, poorly drawn face, disconnected limbs, cartoon",
641
+ array2string([
642
+ "floating in space above Earth",
643
+ "[NC]Spots a mysterious alien ship in the distance",
644
+ "enters the ship cautiously",
645
+ "[NC]finds a message written in glowing symbols"
646
+ ]),
647
+ "Sci-Fi Comic", 768, 768],
648
  ],
649
  inputs=[seed_, sa32_, sa64_, id_length_, general_prompt, negative_prompt, prompt_array, style, G_height, G_width],
650
  label='😺 Examples 😺',