Update all files for BitDance-14B-16x-diffusers
Browse files- test_bitdance.py +4 -4
test_bitdance.py
CHANGED
|
@@ -15,10 +15,10 @@ pipe = DiffusionPipeline.from_pretrained(
|
|
| 15 |
pipe.to("cuda")
|
| 16 |
|
| 17 |
result = pipe(
|
| 18 |
-
prompt="A cinematic
|
| 19 |
-
height=
|
| 20 |
-
width=
|
| 21 |
-
num_inference_steps=
|
| 22 |
guidance_scale=7.5,
|
| 23 |
show_progress_bar=True,
|
| 24 |
)
|
|
|
|
| 15 |
pipe.to("cuda")
|
| 16 |
|
| 17 |
result = pipe(
|
| 18 |
+
prompt="A close-up portrait in a cinematic photography style, capturing a girl-next-door look on a sunny daytime urban street. She wears a khaki sweater, with long, flowing hair gently draped over her shoulders. Her head is turned slightly, revealing soft facial features illuminated by realistic, delicate sunlight coming from the left. The sunlight subtly highlights individual strands of her hair. The image has a Canon film-like color tone, evoking a warm nostalgic atmosphere.",
|
| 19 |
+
height=1024,
|
| 20 |
+
width=1024,
|
| 21 |
+
num_inference_steps=50,
|
| 22 |
guidance_scale=7.5,
|
| 23 |
show_progress_bar=True,
|
| 24 |
)
|