Commit ·
ba21ca9
1
Parent(s): 3e5dfaa
new update fix
Browse files
app.py
CHANGED
|
@@ -783,12 +783,15 @@ def _minecraftify_image(
|
|
| 783 |
image = image.convert("RGB")
|
| 784 |
|
| 785 |
prompt = (
|
| 786 |
-
|
| 787 |
-
|
| 788 |
-
|
| 789 |
-
|
| 790 |
-
|
| 791 |
-
|
|
|
|
|
|
|
|
|
|
| 792 |
)
|
| 793 |
|
| 794 |
if extra_details and extra_details.strip():
|
|
|
|
| 783 |
image = image.convert("RGB")
|
| 784 |
|
| 785 |
prompt = (
|
| 786 |
+
"Convert this image into a faithful vanilla Minecraft version of the same scene. "
|
| 787 |
+
"Preserve the original composition, camera angle, layout, all existing objects and especially colour and patterns. "
|
| 788 |
+
"Recreate the scene using only vanilla Minecraft blocks, textures, materials, and lighting. "
|
| 789 |
+
"Turn terrain into blocky Minecraft voxels with visible voxel structure and stepped geometry. "
|
| 790 |
+
"Replace realistic surfaces with cubic Minecraft blocks and pixelated textures. "
|
| 791 |
+
"Convert people, animals, and other living things into custom Minecraft mobs while preserving their pose, placement, colours and patterns. "
|
| 792 |
+
"Let human faces be in the style of Minecraft characters, cuboid structure. "
|
| 793 |
+
"Keep the result visually consistent with an authentic vanilla Minecraft screenshot. "
|
| 794 |
+
"MOST IMPORTANT THING IS PRESERVE THE IMAGE CONTENTS(colours etc) AND REMOVE EXTRA ITEMS."
|
| 795 |
)
|
| 796 |
|
| 797 |
if extra_details and extra_details.strip():
|