Datasets:
EntropyDrop commited on
Commit ·
6013921
1
Parent(s): bc88e82
update
Browse files- DDJ_real2render/template/template68.png +3 -0
- DDJ_real2render/template/template69.png +3 -0
- DDJ_real2render/test_batch.sh +5 -4
- DDJ_real2render/test_output/unofficial_prompt1_1K_t41_51_65_66_67/img34.png +3 -0
- DDJ_real2render/test_output/unofficial_prompt1_1K_t41_51_65_66_67/img40.png +3 -0
- DDJ_real2render/test_output/unofficial_prompt1_1K_t41_51_66_67_68/img10.png +3 -0
- DDJ_real2render/test_output/unofficial_prompt1_1K_t41_51_66_67_68/img12.png +3 -0
DDJ_real2render/template/template68.png
ADDED
|
Git LFS Details
|
DDJ_real2render/template/template69.png
ADDED
|
Git LFS Details
|
DDJ_real2render/test_batch.sh
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
template_a=${template_a:-41} # 男,耳麦,卫衣
|
| 2 |
template_b=${template_b:-51} # 女
|
| 3 |
-
template_c=${template_c:-
|
| 4 |
-
template_d=${template_d:-
|
| 5 |
-
template_e=${template_e:-
|
| 6 |
|
| 7 |
IS_OFFICIAL=0
|
| 8 |
PROMPT_IDX=1
|
|
@@ -17,7 +17,8 @@ SIZE="1K"
|
|
| 17 |
OUTPUT_DIR="${OUTPUT_PREFIX}_prompt${PROMPT_IDX}_${SIZE}_t${template_a}_${template_b}_${template_c}_${template_d}_${template_e}"
|
| 18 |
|
| 19 |
mkdir -p $OUTPUT_DIR
|
| 20 |
-
for i in 3 10 12 23 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45; do
|
|
|
|
| 21 |
if [ -f "test_input/img${i}.png" ]; then
|
| 22 |
img_file="test_input/img${i}.png"
|
| 23 |
elif [ -f "test_input/img${i}.jpg" ]; then
|
|
|
|
| 1 |
template_a=${template_a:-41} # 男,耳麦,卫衣
|
| 2 |
template_b=${template_b:-51} # 女
|
| 3 |
+
template_c=${template_c:-66} # 女,发夹,猫耳
|
| 4 |
+
template_d=${template_d:-67} # 动物
|
| 5 |
+
template_e=${template_e:-68} # 男,胡子野猪骑士
|
| 6 |
|
| 7 |
IS_OFFICIAL=0
|
| 8 |
PROMPT_IDX=1
|
|
|
|
| 17 |
OUTPUT_DIR="${OUTPUT_PREFIX}_prompt${PROMPT_IDX}_${SIZE}_t${template_a}_${template_b}_${template_c}_${template_d}_${template_e}"
|
| 18 |
|
| 19 |
mkdir -p $OUTPUT_DIR
|
| 20 |
+
#for i in 3 10 12 23 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45; do
|
| 21 |
+
for i in 3 10 12; do
|
| 22 |
if [ -f "test_input/img${i}.png" ]; then
|
| 23 |
img_file="test_input/img${i}.png"
|
| 24 |
elif [ -f "test_input/img${i}.jpg" ]; then
|
DDJ_real2render/test_output/unofficial_prompt1_1K_t41_51_65_66_67/img34.png
ADDED
|
Git LFS Details
|
DDJ_real2render/test_output/unofficial_prompt1_1K_t41_51_65_66_67/img40.png
ADDED
|
Git LFS Details
|
DDJ_real2render/test_output/unofficial_prompt1_1K_t41_51_66_67_68/img10.png
ADDED
|
Git LFS Details
|
DDJ_real2render/test_output/unofficial_prompt1_1K_t41_51_66_67_68/img12.png
ADDED
|
Git LFS Details
|