Spaces:
Running
on
Zero
Running
on
Zero
File size: 12,322 Bytes
01e514a a0efccd 01e514a a0efccd 01e514a a0efccd 01e514a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 |
all_examples = [
{
"input_image": None,
"input_mask": None,
"input_reference_image": "assets/samples/portrait/human_1.jpg",
"save_path": "examples/outputs/portrait_human_1.jpg",
"instruction": "Maintain the facial features, A girl is wearing a neat police uniform and sporting a badge. She is smiling with a friendly and confident demeanor. The background is blurred, featuring a cartoon logo.",
"output_h": 1024,
"output_w": 1024,
"seed": 4194866942,
"repainting_scale": 1.0,
"task_type": "portrait",
"edit_type": "repainting"
},
{
"input_image": None,
"input_mask": None,
"input_reference_image": "assets/samples/subject/subject_1.jpg",
"save_path": "examples/outputs/subject_subject_1.jpg",
"instruction": "Display the logo in a minimalist style printed in white on a matte black ceramic coffee mug, alongside a steaming cup of coffee on a cozy cafe table.",
"output_h": 1024,
"output_w": 1024,
"seed": 2935362780,
"repainting_scale": 1.0,
"task_type": "subject",
"edit_type": "repainting"
},
{
"input_image": "assets/samples/local/local_1.webp",
"input_mask": "assets/samples/local/local_1_m.webp",
"input_reference_image": None,
"save_path": "examples/outputs/local_local_1.jpg",
"instruction": "By referencing the mask, restore a partial image from the doodle {image} that aligns with the textual explanation: \"1 white old owl\".",
"output_h": -1,
"output_w": -1,
"seed": 1159797084,
"repainting_scale": 0.5,
"task_type": "local_editing",
"edit_type": "contour_repainting"
},
{
"input_image": "assets/samples/application/photo_editing/1_1_edit.png",
"input_mask": "assets/samples/application/photo_editing/1_1_m.png",
"input_reference_image": "assets/samples/application/photo_editing/1_ref.png",
"save_path": "examples/outputs/photo_editing_1.jpg",
"instruction": "The item is put on the ground.",
"output_h": -1,
"output_w": -1,
"seed": 2072028954,
"repainting_scale": 1.0,
"task_type": "subject",
"edit_type": "repainting"
},
{
"input_image": "assets/samples/application/logo_paste/1_1_edit.png",
"input_mask": "assets/samples/application/logo_paste/1_1_m.png",
"input_reference_image": "assets/samples/application/logo_paste/1_ref.png",
"save_path": "examples/outputs/logo_paste_1.jpg",
"instruction": "The logo is printed on the headphones.",
"output_h": -1,
"output_w": -1,
"seed": 934582264,
"repainting_scale": 1.0,
"task_type": "subject",
"edit_type": "repainting"
},
{
"input_image": "assets/samples/application/movie_poster/1_1_edit.png",
"input_mask": "assets/samples/application/movie_poster/1_1_m.png",
"input_reference_image": "assets/samples/application/movie_poster/1_ref.png",
"save_path": "examples/outputs/movie_poster_1.jpg",
"instruction": "The man is facing the camera and is smiling.",
"output_h": -1,
"output_w": -1,
"seed": 988183236,
"repainting_scale": 1.0,
"task_type": "portrait",
"edit_type": "repainting"
}
]
fft_examples = [
{
"input_image": None,
"input_mask": None,
"input_reference_image": "./assets/samples/portrait/human_1.jpg",
"save_path": "examples/outputs/portrait_human_1.jpg",
"instruction": "Maintain the facial features, A girl is wearing a neat police uniform and sporting a badge. She is smiling with a friendly and confident demeanor. The background is blurred, featuring a cartoon logo.",
"output_h": 1024,
"output_w": 1024,
"seed": 10000000,
"repainting_scale": 1.0,
"edit_type": "repainting"
},
{
"input_image": None,
"input_mask": None,
"input_reference_image": "./assets/samples/subject/subject_1.jpg",
"save_path": "examples/outputs/subject_subject_1.jpg",
"instruction": "Display the logo in a minimalist style printed in white on a matte black ceramic coffee mug, alongside a steaming cup of coffee on a cozy cafe table.",
"output_h": 1024,
"output_w": 1024,
"seed": 10000000,
"repainting_scale": 1.0,
"edit_type": "repainting"
},
{
"input_image": "./assets/samples/application/photo_editing/1_2_edit.jpg",
"input_mask": "./assets/samples/application/photo_editing/1_2_m.webp",
"input_reference_image": "./assets/samples/application/photo_editing/1_ref.png",
"save_path": "examples/outputs/photo_editing_1.jpg",
"instruction": "The item is put on the table.",
"output_h": 1024,
"output_w": 1024,
"seed": 8006019,
"repainting_scale": 1.0,
"edit_type": "repainting"
},
{
"input_image": "./assets/samples/application/logo_paste/1_1_edit.png",
"input_mask": "./assets/samples/application/logo_paste/1_1_m.png",
"input_reference_image": "assets/samples/application/logo_paste/1_ref.png",
"save_path": "examples/outputs/logo_paste_1.jpg",
"instruction": "The logo is printed on the headphones.",
"output_h": 1024,
"output_w": 1024,
"seed": 934582264,
"repainting_scale": 1.0,
"edit_type": "repainting"
},
{
"input_image": "./assets/samples/application/try_on/1_1_edit.png",
"input_mask": "./assets/samples/application/try_on/1_1_m.png",
"input_reference_image": "assets/samples/application/try_on/1_ref.png",
"save_path": "examples/outputs/try_on_1.jpg",
"instruction": "The woman dresses this skirt.",
"output_h": 1024,
"output_w": 1024,
"seed": 934582264,
"repainting_scale": 1.0,
"edit_type": "repainting"
},
{
"input_image": "./assets/samples/portrait/human_1.jpg",
"input_mask": "assets/samples/application/movie_poster/1_2_m.webp",
"input_reference_image": "assets/samples/application/movie_poster/1_ref.png",
"save_path": "examples/outputs/movie_poster_1.jpg",
"instruction": "{image}, the man faces the camera.",
"output_h": 1024,
"output_w": 1024,
"seed": 3999647,
"repainting_scale": 1.0,
"edit_type": "repainting"
},
{
"input_image": "./assets/samples/application/sr/sr_tiger.png",
"input_mask": "./assets/samples/application/sr/sr_tiger_m.webp",
"input_reference_image": None,
"save_path": "examples/outputs/mario_recolorizing_1.jpg",
"instruction": "{image} features a close-up of a young, furry tiger cub on a rock. The tiger, which appears to be quite young, has distinctive orange, "
"black, and white striped fur, typical of tigers. The cub's eyes have a bright and curious expression, and its ears are perked up, "
"indicating alertness. The cub seems to be in the act of climbing or resting on the rock. The background is a blurred grassland with trees, "
"but the focus is on the cub, which is vividly colored while the rest of the image is in grayscale, drawing attention to the tiger's details."
" The photo captures a moment in the wild, depicting the charming and tenacious nature of this young tiger,"
" as well as its typical interaction with the environment.",
"output_h": 1024,
"output_w": 1024,
"seed": 199999,
"repainting_scale": 0.0,
"edit_type": "no_preprocess"
},
{
"input_image": "./assets/samples/application/photo_editing/1_ref.png",
"input_mask": "./assets/samples/application/photo_editing/1_1_orm.webp",
"input_reference_image": None,
"save_path": "examples/outputs/mario_repainting_1.jpg",
"instruction": "a blue hand",
"output_h": 1024,
"output_w": 1024,
"seed": 63401,
"repainting_scale": 1.0,
"edit_type": "repainting"
},
{
"input_image": "./assets/samples/application/photo_editing/1_ref.png",
"input_mask": "./assets/samples/application/photo_editing/1_1_rm.webp",
"input_reference_image": None,
"save_path": "examples/outputs/mario_repainting_2.jpg",
"instruction": "Mechanical hands like a robot",
"output_h": 1024,
"output_w": 1024,
"seed": 59107,
"repainting_scale": 1.0,
"edit_type": "repainting"
},
{
"input_image": "./assets/samples/control/1_1.webp",
"input_mask": "./assets/samples/control/1_1_m.webp",
"input_reference_image": None,
"save_path": "examples/outputs/control_recolorizing.jpg",
"instruction": "{image} Beautiful female portrait, Robot with smooth White transparent carbon shell, rococo detailing, Natural lighting, Highly detailed, Cinematic, 4K.",
"output_h": 1024,
"output_w": 1024,
"seed": 9652101,
"repainting_scale": 0.0,
"edit_type": "recolorizing"
},
{
"input_image": "./assets/samples/control/1_1.webp",
"input_mask": "./assets/samples/control/1_1_m.webp",
"input_reference_image": None,
"save_path": "examples/outputs/control_depth.jpg",
"instruction": "{image} Beautiful female portrait, Robot with smooth White transparent carbon shell, rococo detailing, Natural lighting, Highly detailed, Cinematic, 4K.",
"output_h": 1024,
"output_w": 1024,
"seed": 14979476,
"repainting_scale": 0.0,
"edit_type": "depth_repainting"
},
{
"input_image": "./assets/samples/control/1_1.webp",
"input_mask": "./assets/samples/control/1_1_m.webp",
"input_reference_image": None,
"save_path": "examples/outputs/control_contour.jpg",
"instruction": "{image} Beautiful female portrait, Robot with smooth White transparent carbon shell, rococo detailing, Natural lighting, Highly detailed, Cinematic, 4K.",
"output_h": 1024,
"output_w": 1024,
"seed": 4227292472,
"repainting_scale": 0.0,
"edit_type": "contour_repainting"
}
] |