BiliSakura commited on
Commit
1cca061
·
verified ·
1 Parent(s): 4e71d10

Update all files for BitDance-14B-16x-diffusers

Browse files
Files changed (1) hide show
  1. 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 landscape photo of snowy mountains at sunrise.",
19
- height=512,
20
- width=512,
21
- num_inference_steps=30,
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
  )