jamesliu1217 commited on
Commit
60158e8
·
verified ·
1 Parent(s): 47ddbb3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -107,11 +107,11 @@ style_loras = ["Simple_Sketch", "Text_Poster", "Vector_Style", "None"]
107
 
108
  # Example data
109
  single_examples = [
110
- ["A SKS in the library", Image.open("./test_imgs/subject1.jpg"), None, 1024, 1024, 5, "subject", None],
111
- ["In a picturesque village, a narrow cobblestone street with rustic stone buildings, colorful blinds, and lush green spaces, a cartoon man drawn with simple lines and solid colors stands in the foreground, wearing a red shirt, beige work pants, and brown shoes, carrying a strap on his shoulder. The scene features warm and enticing colors, a pleasant fusion of nature and architecture, and the camera's perspective on the street clearly shows the charming and quaint environment., Integrating elements of reality and cartoon.", None, Image.open("./test_imgs/openpose.png"), 1024, 1024, 1, "pose", "Vector_Style"],
112
  ]
113
  multi_examples = [
114
- ["A SKS on the car", Image.open("./test_imgs/subject2.png"), Image.open("./test_imgs/inpainting.png"), 1024, 1024, 7],
115
  ]
116
 
117
 
 
107
 
108
  # Example data
109
  single_examples = [
110
+ ["A SKS in the library", Image.open("./test_imgs/subject1.png"), None, 1024, 1024, 5, "subject", None],
111
+ ["In a picturesque village, a narrow cobblestone street with rustic stone buildings, colorful blinds, and lush green spaces, a cartoon man drawn with simple lines and solid colors stands in the foreground, wearing a red shirt, beige work pants, and brown shoes, carrying a strap on his shoulder. The scene features warm and enticing colors, a pleasant fusion of nature and architecture, and the camera's perspective on the street clearly shows the charming and quaint environment., Integrating elements of reality and cartoon.", None, Image.open("./test_imgs/spatial1.png"), 1024, 1024, 1, "pose", "Vector_Style"],
112
  ]
113
  multi_examples = [
114
+ ["A SKS on the car", Image.open("./test_imgs/subject2.png"), Image.open("./test_imgs/spatial2.png"), 1024, 1024, 7],
115
  ]
116
 
117