DZRobo commited on
Commit
bf37973
·
1 Parent(s): b72e135

Update README image layout and funding config

Browse files

Replaced HTML-based image sections in README.md with Markdown tables for improved formatting and consistency. Removed custom funding links from .github/FUNDING.yml to streamline funding configuration.

Files changed (2) hide show
  1. .github/FUNDING.yml +0 -3
  2. README.md +20 -21
.github/FUNDING.yml CHANGED
@@ -1,5 +1,2 @@
1
  github: 1dZb1
2
  buy_me_a_coffee: dzrobo
3
- custom:
4
- - https://buymeacoffee.com/dzrobo
5
- - https://github.com/sponsors/1dZb1
 
1
  github: 1dZb1
2
  buy_me_a_coffee: dzrobo
 
 
 
README.md CHANGED
@@ -17,33 +17,32 @@ Our pipeline runs through several purposeful passes: early steps assemble global
17
  Please note that the SDXL architecture itself has limitations and the result depends on the success of the seed, the purity of your prompt and the quality of your model+LoRA.
18
 
19
  Draw
20
- <div align="center">
21
- <img src="assets/Anime1.jpg" alt="Anime full" width="39%" />
22
- <img src="assets/Anime1_crop.jpg" alt="Anime crop" width="39%" />
23
-
24
- </div>
25
 
26
  Photo Portrait
27
- <div align="center">
28
- <img src="assets/PhotoPortrait1.jpg" alt="Photo A" width="39%" />
29
- <img src="assets/PhotoPortrait1_crop1.jpg" alt="Photo B" width="39%" />
30
- </div>
31
- <div align="center">
32
- <img src="assets/PhotoPortrait1_crop2.jpg" alt="Photo C" width="39%" />
33
- <img src="assets/PhotoPortrait1_crop3.jpg" alt="Photo D" width="39%" />
34
- </div>
35
 
36
  Photo Cup
37
- <div align="center">
38
- <img src="assets/PhotoCup1.jpg" alt="Photo A" width="39%" />
39
- <img src="assets/PhotoCup1_crop.jpg" alt="Photo B" width="39%" />
40
- </div>
41
 
42
  Photo Dog
43
- <div align="center">
44
- <img src="assets/Dog1_crop_ours_CADE25_QSilk.jpg" alt="Photo A" width="39%" />
45
- <img src="assets/Dog1_ours_CADE25_QSilk.jpg" alt="Photo B" width="39%" />
46
- </div>
47
 
48
  ---
49
 
 
17
  Please note that the SDXL architecture itself has limitations and the result depends on the success of the seed, the purity of your prompt and the quality of your model+LoRA.
18
 
19
  Draw
20
+
21
+ | | |
22
+ |:--:|:--:|
23
+ | <img src="assets/Anime1.jpg" alt="Anime full" width="400"/> | <img src="assets/Anime1_crop.jpg" alt="Anime crop" width="400"/> |
 
24
 
25
  Photo Portrait
26
+
27
+ | | |
28
+ |:--:|:--:|
29
+ | <img src="assets/PhotoPortrait1.jpg" alt="Photo A" width="400"/> | <img src="assets/PhotoPortrait1_crop1.jpg" alt="Photo B" width="400"/> |
30
+
31
+ | | |
32
+ |:--:|:--:|
33
+ | <img src="assets/PhotoPortrait1_crop2.jpg" alt="Photo C" width="400"/> | <img src="assets/PhotoPortrait1_crop3.jpg" alt="Photo D" width="400"/> |
34
 
35
  Photo Cup
36
+
37
+ | | |
38
+ |:--:|:--:|
39
+ | <img src="assets/PhotoCup1.jpg" alt="Photo A" width="400"/> | <img src="assets/PhotoCup1_crop.jpg" alt="Photo B" width="400"/> |
40
 
41
  Photo Dog
42
+
43
+ | | |
44
+ |:--:|:--:|
45
+ | <img src="assets/Dog1_crop_ours_CADE25_QSilk.jpg" alt="Photo A" width="400"/> | <img src="assets/Dog1_ours_CADE25_QSilk.jpg" alt="Photo B" width="400"/> |
46
 
47
  ---
48