Falah commited on
Commit
746d993
·
1 Parent(s): 5f77de0
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -23,7 +23,7 @@ import torch
23
  model_id = "Falah/islamicdiffusion"
24
  pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16)
25
  pipe = pipe.to("cuda")
26
- prompt = "photo, a home church in the middle of a field of crops, bright cinematic lighting, gopro, fisheye lens style islamicdiffusion"
27
  image = pipe(prompt).images[0]
28
  image.save("./result.jpg")
29
  ```
 
23
  model_id = "Falah/islamicdiffusion"
24
  pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16)
25
  pipe = pipe.to("cuda")
26
+ prompt = "photo, a home in the middle of a field of crops, bright cinematic lighting, gopro, fisheye lens style islamicdiffusion"
27
  image = pipe(prompt).images[0]
28
  image.save("./result.jpg")
29
  ```