Yihong Luo commited on
Commit
c3e7b5b
·
verified ·
1 Parent(s): cee0e5d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -19,7 +19,7 @@ pipe = pipe.to('cuda')
19
  pipe.scheduler = LCMScheduler.from_config(pipe.scheduler.config)
20
  pipe.scheduler.config.prediction_type = "v_prediction"
21
  generator = torch.manual_seed(318)
22
- imgs = pipe(prompt="Cute small corgi sitting in a movie theater eating popcorn, unreal engine, 8k.",
23
  num_inference_steps=1,
24
  num_images_per_prompt = 1,
25
  generator = generator,
 
19
  pipe.scheduler = LCMScheduler.from_config(pipe.scheduler.config)
20
  pipe.scheduler.config.prediction_type = "v_prediction"
21
  generator = torch.manual_seed(318)
22
+ imgs = pipe(prompt="Pirate ship trapped in a cosmic maelstrom nebula, rendered in cosmic beach whirlpool engine, volumetric lighting, spectacular, ambient lights, light pollution, cinematic atmosphere, art nouveau style, illustration art artwork by SenseiJaye, intricate detail.",
23
  num_inference_steps=1,
24
  num_images_per_prompt = 1,
25
  generator = generator,