DZRobo
commited on
Commit
·
bf37973
1
Parent(s):
b72e135
Update README image layout and funding config
Browse filesReplaced 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.
- .github/FUNDING.yml +0 -3
- 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 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
</div>
|
| 25 |
|
| 26 |
Photo Portrait
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
| 35 |
|
| 36 |
Photo Cup
|
| 37 |
-
|
| 38 |
-
|
| 39 |
-
|
| 40 |
-
|
| 41 |
|
| 42 |
Photo Dog
|
| 43 |
-
|
| 44 |
-
|
| 45 |
-
|
| 46 |
-
|
| 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 |
|