TTPlanet commited on
Commit
1de8fa0
1 Parent(s): 8592527

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -10
README.md CHANGED
@@ -17,36 +17,46 @@ Ultimate SD upscale will bring you even crazy result once the comfyui or webui i
17
 
18
  example1:
19
 
20
- <p style="display: flex; justify-content: space-between;">
21
- <img src="https://cdn-uploads.huggingface.co/production/uploads/641edd91eefe94aff6de024c/AaYMaVWUxrpWallMAqNPH.jpeg" alt="imageNo1" width="128" height="128"/>
 
 
22
  <img src="https://cdn-uploads.huggingface.co/production/uploads/641edd91eefe94aff6de024c/JOstTf-kv8ONRvHqTep7s.png" alt="imageNo2" width="600"/>
23
  </p>
24
 
25
  example2:
26
 
27
- <p style="display: flex; justify-content: space-between;">
28
- <img src="https://cdn-uploads.huggingface.co/production/uploads/641edd91eefe94aff6de024c/cnLX9jEtVh8ZEfn8YNU_Z.jpeg" alt="imageNo1" width="128" height="128"/>
 
 
29
  <img src="https://cdn-uploads.huggingface.co/production/uploads/641edd91eefe94aff6de024c/UNumoiFegFEUploMcxHwR.png" alt="imageNo2" width="600"/>
30
  </p>
31
 
32
  example3:
33
 
34
- <p style="display: flex; justify-content: space-between;">
35
- <img src="https://cdn-uploads.huggingface.co/production/uploads/641edd91eefe94aff6de024c/BhJpeavUzO-04439ytSVM.png" alt="imageNo1" width="128" height="128"/>
 
 
36
  <img src="https://cdn-uploads.huggingface.co/production/uploads/641edd91eefe94aff6de024c/bKsjl-lyLByz-ME-ncn5J.png" alt="imageNo2" width="600"/>
37
  </p>
38
 
39
  example4:
40
 
41
- <p style="display: flex; justify-content: space-between;">
42
- <img src="https://cdn-uploads.huggingface.co/production/uploads/641edd91eefe94aff6de024c/bg5BHZWcU7qm9lQl11WZd.png" alt="imageNo1" width="128" height="192"/>
 
 
43
  <img src="https://cdn-uploads.huggingface.co/production/uploads/641edd91eefe94aff6de024c/9busjn6SxBX1qOpFofNH2.png" alt="imageNo2" width="600"/>
44
  </p>
45
 
46
  example5:
47
 
48
- <p style="display: flex; justify-content: space-between;">
49
- <img src="https://cdn-uploads.huggingface.co/production/uploads/641edd91eefe94aff6de024c/fuJDxY_tmgIF7NnG7VlB9.jpeg" alt="imageNo1" width="128" height="128"/>
 
 
50
  <img src="https://cdn-uploads.huggingface.co/production/uploads/641edd91eefe94aff6de024c/itm-RyHPUeKuXYyc4Yk-x.png" alt="imageNo2" width="600"/>
51
  </p>
52
 
 
17
 
18
  example1:
19
 
20
+ <p style="display: flex; justify-content: space-between; align-items: flex-start;">
21
+ <div style="width: 160px; height: 160px; overflow: hidden;">
22
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/641edd91eefe94aff6de024c/AaYMaVWUxrpWallMAqNPH.jpeg" alt="imageNo1" style="width: 128px; height: 128px; object-fit: cover;"/>
23
+ </div>
24
  <img src="https://cdn-uploads.huggingface.co/production/uploads/641edd91eefe94aff6de024c/JOstTf-kv8ONRvHqTep7s.png" alt="imageNo2" width="600"/>
25
  </p>
26
 
27
  example2:
28
 
29
+ <p style="display: flex; justify-content: space-between; align-items: flex-start;">
30
+ <div style="width: 160px; height: 160px; overflow: hidden;">
31
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/641edd91eefe94aff6de024c/cnLX9jEtVh8ZEfn8YNU_Z.jpeg" alt="imageNo1" style="width: 128px; height: 128px; object-fit: cover;"/>
32
+ </div>
33
  <img src="https://cdn-uploads.huggingface.co/production/uploads/641edd91eefe94aff6de024c/UNumoiFegFEUploMcxHwR.png" alt="imageNo2" width="600"/>
34
  </p>
35
 
36
  example3:
37
 
38
+ <p style="display: flex; justify-content: space-between; align-items: flex-start;">
39
+ <div style="width: 160px; height: 160px; overflow: hidden;">
40
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/641edd91eefe94aff6de024c/BhJpeavUzO-04439ytSVM.png" alt="imageNo1" style="width: 128px; height: 128px; object-fit: cover;"/>
41
+ </div>
42
  <img src="https://cdn-uploads.huggingface.co/production/uploads/641edd91eefe94aff6de024c/bKsjl-lyLByz-ME-ncn5J.png" alt="imageNo2" width="600"/>
43
  </p>
44
 
45
  example4:
46
 
47
+ <p style="display: flex; justify-content: space-between; align-items: flex-start;">
48
+ <div style="width: 128px; height: 196px; overflow: hidden;">
49
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/641edd91eefe94aff6de024c/bg5BHZWcU7qm9lQl11WZd.png" alt="imageNo1" style="width: 128px; height: 196px; object-fit: cover;"/>
50
+ </div>
51
  <img src="https://cdn-uploads.huggingface.co/production/uploads/641edd91eefe94aff6de024c/9busjn6SxBX1qOpFofNH2.png" alt="imageNo2" width="600"/>
52
  </p>
53
 
54
  example5:
55
 
56
+ <p style="display: flex; justify-content: space-between; align-items: flex-start;">
57
+ <div style="width: 160px; height: 160px; overflow: hidden;">
58
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/641edd91eefe94aff6de024c/fuJDxY_tmgIF7NnG7VlB9.jpeg" alt="imageNo1" style="width: 128px; height: 128px; object-fit: cover;"/>
59
+ </div>
60
  <img src="https://cdn-uploads.huggingface.co/production/uploads/641edd91eefe94aff6de024c/itm-RyHPUeKuXYyc4Yk-x.png" alt="imageNo2" width="600"/>
61
  </p>
62