nikhilg commited on
Commit
7bf71ed
1 Parent(s): 9ee9358

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -77,12 +77,12 @@ device = "cuda"
77
  pipe = StableDiffusionGLIGENPipeline.from_pretrained(model_id, variant="fp16", torch_dtype=torch.float16)
78
  pipe = pipe.to(device)
79
 
80
- prompt = "a waterfall and a modern high speed train running through a beautiful forest"
81
 
82
  images = pipe(
83
  prompt,
84
  num_images_per_prompt=1,
85
- gligen_phrases = ['a waterfall', 'a modern high speed train'],
86
  gligen_boxes = [
87
  [0.1387, 0.2051, 0.4277, 0.7090],
88
  [0.4980, 0.4355, 0.8516, 0.7266],
 
77
  pipe = StableDiffusionGLIGENPipeline.from_pretrained(model_id, variant="fp16", torch_dtype=torch.float16)
78
  pipe = pipe.to(device)
79
 
80
+ prompt = "a waterfall and a modern high speed train running through the tunnel in a beautiful forest with fall foliage"
81
 
82
  images = pipe(
83
  prompt,
84
  num_images_per_prompt=1,
85
+ gligen_phrases = ['a waterfall', 'a modern high speed train running through the tunnel'],
86
  gligen_boxes = [
87
  [0.1387, 0.2051, 0.4277, 0.7090],
88
  [0.4980, 0.4355, 0.8516, 0.7266],