Spaces:
Paused
Paused
Replace first examples with portraits and landscape
Browse files
.gitattributes
CHANGED
|
@@ -43,3 +43,6 @@ assets/examples/chinese_tea_packaging_1024.png filter=lfs diff=lfs merge=lfs -te
|
|
| 43 |
assets/examples/cyrillic_museum_poster_1024.png filter=lfs diff=lfs merge=lfs -text
|
| 44 |
assets/examples/korean_night_jazz_poster_1024.png filter=lfs diff=lfs merge=lfs -text
|
| 45 |
assets/examples/multiscript_design_festival_1024.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
| 43 |
assets/examples/cyrillic_museum_poster_1024.png filter=lfs diff=lfs merge=lfs -text
|
| 44 |
assets/examples/korean_night_jazz_poster_1024.png filter=lfs diff=lfs merge=lfs -text
|
| 45 |
assets/examples/multiscript_design_festival_1024.png filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
assets/examples/anime_cinematic_portrait_1024.png filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
assets/examples/mythic_alpine_landscape_1024.png filter=lfs diff=lfs merge=lfs -text
|
| 48 |
+
assets/examples/realistic_editorial_portrait_1024.png filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
|
@@ -39,14 +39,14 @@ The SeFi checkpoints are gated under CC BY-NC 4.0. The Space uses an `HF_TOKEN`
|
|
| 39 |
secret to download model files, so the Space owner account must first be approved
|
| 40 |
for each selected SeFi model repository.
|
| 41 |
|
| 42 |
-
The Space generates fixed 1024x1024 images. The
|
| 43 |
-
|
| 44 |
-
|
| 45 |
-
|
| 46 |
-
|
| 47 |
-
|
| 48 |
-
|
| 49 |
-
Korean, Chinese, and mixed-script typography.
|
| 50 |
|
| 51 |
The vendored `sefi/` inference package comes from
|
| 52 |
`jmliu206/SeFi-Image` at commit `2f02744a187639ee41a296f8177cbbe7e5f333f5`
|
|
|
|
| 39 |
secret to download model files, so the Space owner account must first be approved
|
| 40 |
for each selected SeFi model repository.
|
| 41 |
|
| 42 |
+
The Space generates fixed 1024x1024 images. The included examples were generated
|
| 43 |
+
from this Space with `SeFi-Image-5B-RL`. Selecting an example fills the prompt,
|
| 44 |
+
parameters, seed, and output image while leaving the randomized seed option
|
| 45 |
+
enabled for the next generation.
|
| 46 |
+
|
| 47 |
+
The examples cover anime-realistic portraiture, realistic editorial portraiture,
|
| 48 |
+
cinematic fantasy landscapes, and complex poster or packaging prompts with
|
| 49 |
+
Cyrillic, Korean, Chinese, and mixed-script typography.
|
| 50 |
|
| 51 |
The vendored `sefi/` inference package comes from
|
| 52 |
`jmliu206/SeFi-Image` at commit `2f02744a187639ee41a296f8177cbbe7e5f333f5`
|
app.py
CHANGED
|
@@ -136,40 +136,52 @@ EXTRA_STEP_SECONDS_BY_MODEL = {
|
|
| 136 |
}
|
| 137 |
EXAMPLES = [
|
| 138 |
{
|
| 139 |
-
"label": "
|
| 140 |
-
"model_key": "
|
| 141 |
"prompt": (
|
| 142 |
-
"
|
| 143 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
| 144 |
),
|
| 145 |
-
"steps":
|
| 146 |
-
"guidance":
|
| 147 |
-
"seed":
|
| 148 |
-
"image": str(EXAMPLE_ASSETS_DIR / "
|
| 149 |
},
|
| 150 |
{
|
| 151 |
-
"label": "
|
| 152 |
-
"model_key": "
|
| 153 |
"prompt": (
|
| 154 |
-
"
|
| 155 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
| 156 |
),
|
| 157 |
-
"steps":
|
| 158 |
-
"guidance":
|
| 159 |
-
"seed":
|
| 160 |
-
"image": str(EXAMPLE_ASSETS_DIR / "
|
| 161 |
},
|
| 162 |
{
|
| 163 |
-
"label": "
|
| 164 |
-
"model_key": "
|
| 165 |
"prompt": (
|
| 166 |
-
"
|
| 167 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
| 168 |
),
|
| 169 |
-
"steps":
|
| 170 |
-
"guidance":
|
| 171 |
-
"seed":
|
| 172 |
-
"image": str(EXAMPLE_ASSETS_DIR / "
|
| 173 |
},
|
| 174 |
{
|
| 175 |
"label": "Cyrillic museum poster",
|
|
|
|
| 136 |
}
|
| 137 |
EXAMPLES = [
|
| 138 |
{
|
| 139 |
+
"label": "Anime cinematic portrait",
|
| 140 |
+
"model_key": "5b-rl",
|
| 141 |
"prompt": (
|
| 142 |
+
"Anime-realistic cinematic portrait of a young adult woman in a "
|
| 143 |
+
"rain-lit Tokyo alley, expressive eyes, subtle natural skin texture, "
|
| 144 |
+
"wind-touched dark hair, layered streetwear jacket, neon reflections, "
|
| 145 |
+
"shallow depth of field, 85mm lens look, elegant color grading, "
|
| 146 |
+
"highly detailed face, painterly anime realism, dramatic rim light, "
|
| 147 |
+
"clean composition, masterpiece quality."
|
| 148 |
),
|
| 149 |
+
"steps": 50,
|
| 150 |
+
"guidance": 4.0,
|
| 151 |
+
"seed": 7401,
|
| 152 |
+
"image": str(EXAMPLE_ASSETS_DIR / "anime_cinematic_portrait_1024.png"),
|
| 153 |
},
|
| 154 |
{
|
| 155 |
+
"label": "Realistic editorial portrait",
|
| 156 |
+
"model_key": "5b-rl",
|
| 157 |
"prompt": (
|
| 158 |
+
"Realistic editorial portrait of a confident young adult man in a "
|
| 159 |
+
"black turtleneck and tailored coat, soft window light, textured "
|
| 160 |
+
"gray studio backdrop, cinematic shadows, detailed eyes, natural "
|
| 161 |
+
"skin, medium-format fashion photography, restrained luxury mood, "
|
| 162 |
+
"precise facial anatomy, sharp focus, subtle film grain, balanced "
|
| 163 |
+
"composition."
|
| 164 |
),
|
| 165 |
+
"steps": 50,
|
| 166 |
+
"guidance": 4.0,
|
| 167 |
+
"seed": 7402,
|
| 168 |
+
"image": str(EXAMPLE_ASSETS_DIR / "realistic_editorial_portrait_1024.png"),
|
| 169 |
},
|
| 170 |
{
|
| 171 |
+
"label": "Mythic alpine landscape",
|
| 172 |
+
"model_key": "5b-rl",
|
| 173 |
"prompt": (
|
| 174 |
+
"Incredible mythic alpine landscape at sunrise, enormous "
|
| 175 |
+
"snow-covered mountains above a crystal lake, floating mist, "
|
| 176 |
+
"wildflowers in the foreground, tiny stone observatory on a ridge, "
|
| 177 |
+
"golden light breaking through storm clouds, epic depth, sweeping "
|
| 178 |
+
"cinematic composition, ultra detailed environment, atmospheric "
|
| 179 |
+
"perspective, realistic fantasy concept art, awe inspiring scale."
|
| 180 |
),
|
| 181 |
+
"steps": 50,
|
| 182 |
+
"guidance": 4.0,
|
| 183 |
+
"seed": 7403,
|
| 184 |
+
"image": str(EXAMPLE_ASSETS_DIR / "mythic_alpine_landscape_1024.png"),
|
| 185 |
},
|
| 186 |
{
|
| 187 |
"label": "Cyrillic museum poster",
|
assets/examples/{blue_mug_1024.png → anime_cinematic_portrait_1024.png}
RENAMED
|
File without changes
|
assets/examples/{desk_lamp_1024.png → mythic_alpine_landscape_1024.png}
RENAMED
|
File without changes
|
assets/examples/{red_apple_1024.png → realistic_editorial_portrait_1024.png}
RENAMED
|
File without changes
|