-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.bat
More file actions
61 lines (31 loc) · 3.28 KB
/
Copy pathtest.bat
File metadata and controls
61 lines (31 loc) · 3.28 KB
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
python -m markflow.cli.commands execute remove_clothes image_path="input/girl_117.jpg"
python -m markflow.cli.commands execute old_photo_restore image_path="input/girl_117.jpg" style="vibrant"
python -m markflow.cli.commands execute real_to_anime image_path="input/girl_117.jpg" style="modern"
python -m markflow.cli.commands execute remove_object image_path="input/girl_117.jpg" skip_manual=True
python -m markflow.cli.commands execute replace_object image_path="input/girl_117.jpg" object_prompt="a red sports car" skip_manual=True
python -m markflow.cli.commands execute fantasy_character image_path="input/girl_117.jpg" fantasy_type="elf"
python -m markflow.cli.commands execute change_perspective image_path="input/girl_117.jpg" perspective="aerial"
python -m markflow.cli.commands execute change_skin_tone image_path="input/girl_117.jpg" tone="tan"
python -m markflow.cli.commands execute colorize_sketch image_path="input/girl_117.jpg" style="anime"
python -m markflow.cli.commands execute day_night_transfer image_path="input/girl_117.jpg" mode="night"
python -m markflow.cli.commands execute change_lighting image_path="input/girl_117.jpg" lighting="golden_hour"
python -m markflow.cli.commands execute change_makeup image_path="input/girl_117.jpg" style="glamour"
python -m markflow.cli.commands execute change_nationality image_path="input/girl_117.jpg" ethnicity="caucasian"
python -m markflow.cli.commands execute change_furniture image_path="input/girl_117.jpg" style="scandinavian"
python -m markflow.cli.commands execute change_gender image_path="input/girl_117.jpg" direction="male_to_female"
python -m markflow.cli.commands execute change_hair image_path="input/girl_117.jpg" style="long_flowing" color="pink"
python -m markflow.cli.commands execute change_eye_color image_path="input/girl_117.jpg" color="green"
python -m markflow.cli.commands execute change_face image_path="input/girl_117.jpg" prompt="beautiful face, natural smile, masterpiece"
python -m markflow.cli.commands execute change_expression image_path="input/girl_117.jpg" expression="smile"
python -m markflow.cli.commands execute change_body_type image_path="input/girl_117.jpg" body_type="muscular"
python -m markflow.cli.commands execute change_clothing_style image_path="input/girl_117.jpg" style="futuristic"
python -m markflow.cli.commands execute anime_to_real image_path="input/girl_117.jpg" style="photorealistic"
python -m markflow.cli.commands execute change_age image_path="input/girl_117.jpg" age="old"
python -m markflow.cli.commands execute add_animal_ears image_path="input/girl_117.jpg" animal="cat"
python -m markflow.cli.commands execute add_background_objects image_path="input/girl_117.jpg" object="flowers"
python -m markflow.cli.commands execute add_glasses image_path="input/girl_117.jpg" style="round"
python -m markflow.cli.commands execute add_tattoo image_path="input/girl_117.jpg" tattoo="dragon"
python -m markflow.cli.commands execute style_transfer image_path="input/girl_117.jpg" style="watercolor"
python -m markflow.cli.commands execute weather_transfer image_path="input/girl_117.jpg" weather="rainy"
python -m markflow.cli.commands execute season_transfer image_path="input/girl_117.jpg" season="winter"
python -m markflow.cli.commands execute change_background image_path="input/girl_117.jpg" preset="beach"