Spaces:
Running
on
Zero
Running
on
Zero
aifeifei798
commited on
Commit
•
c587414
1
Parent(s):
6100687
Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ def feifeimodload():
|
|
29 |
|
30 |
pipe.set_adapters(
|
31 |
["feifei"],
|
32 |
-
adapter_weights=[0.
|
33 |
)
|
34 |
pipe.fuse_lora(
|
35 |
adapter_name=["feifei"],
|
@@ -60,6 +60,7 @@ def infer(prompt, seed=42, randomize_seed=False, width=1024, height=1024, num_in
|
|
60 |
return image, seed
|
61 |
|
62 |
examples = [
|
|
|
63 |
"Capture a serene Japanese model in a snow-covered street, clad in a sensual Balenciaga winter outfit, evoking a sense of intimacy and luxury, with a harmonious blend of warm and cool tones, subtle shadows, and meticulous details, conveying a narrative of elegance and poise.",
|
64 |
"A high-resolution photograph of a Japanese female model posing for a Louis Vuitton brand advertisement, featuring natural lighting effects, a consistent style, balanced composition, rich details, harmonious colors, no visible flaws, emotional expression, creativity, and uniqueness, with optimized technical parameters, master-level lighting, master-level color, and master-level styling.",
|
65 |
"A high-resolution photograph of a Japanese female model in a serene, natural setting, with soft, warm lighting, and a minimalist aesthetic, showcasing a elegant fragrance bottle and the model's effortless, emotive expression, with impeccable styling, and a muted color palette, evoking a sense of understated luxury and refinement.",
|
|
|
29 |
|
30 |
pipe.set_adapters(
|
31 |
["feifei"],
|
32 |
+
adapter_weights=[0.7],
|
33 |
)
|
34 |
pipe.fuse_lora(
|
35 |
adapter_name=["feifei"],
|
|
|
60 |
return image, seed
|
61 |
|
62 |
examples = [
|
63 |
+
"Create a high-resolution, professionally lit and styled photo of a Japanese female model in a luxurious winter fashion shoot on a beach, showcasing natural lighting, consistent aesthetics, balanced composition, intricate details, harmonious colors, flawless execution, emotional expression, creativity, and a unique concept, optimized for technical excellence and featuring master-level lighting, color, and styling.",
|
64 |
"Capture a serene Japanese model in a snow-covered street, clad in a sensual Balenciaga winter outfit, evoking a sense of intimacy and luxury, with a harmonious blend of warm and cool tones, subtle shadows, and meticulous details, conveying a narrative of elegance and poise.",
|
65 |
"A high-resolution photograph of a Japanese female model posing for a Louis Vuitton brand advertisement, featuring natural lighting effects, a consistent style, balanced composition, rich details, harmonious colors, no visible flaws, emotional expression, creativity, and uniqueness, with optimized technical parameters, master-level lighting, master-level color, and master-level styling.",
|
66 |
"A high-resolution photograph of a Japanese female model in a serene, natural setting, with soft, warm lighting, and a minimalist aesthetic, showcasing a elegant fragrance bottle and the model's effortless, emotive expression, with impeccable styling, and a muted color palette, evoking a sense of understated luxury and refinement.",
|