Falah commited on
Commit
e325e5d
1 Parent(s): cfdacf7
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -28,6 +28,7 @@ any prompt and add word islamidiffusion style :
28
  "Bearded old man, handsome, rugged, sadness + crying, Arabic, award-winning photography, nikon d750 islamicdiffusion"
29
 
30
  <img src="https://huggingface.co/Falah/islamicdiffusion/resolve/main/00725-913347336-islamicdiffusion%20%20Bearded%20old%20man%2C%20handsome%2C%20rugged%2C%20sadness%20%2B%20crying%2C%20Arabic%2C%20award-winning%20photography%2C%20nikon%20d750.png" style="max-width: 800px;" width="100%"/>
 
31
  ### 🧨 Diffusers
32
 
33
  This model can be used just like any other Stable Diffusion model. For more information,
@@ -39,7 +40,7 @@ import torch
39
  model_id = "Falah/islamicdiffusion"
40
  pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16)
41
  pipe = pipe.to("cuda")
42
- prompt = "photo, a home in the middle of a field of crops, bright cinematic lighting, gopro, fisheye lens style islamicdiffusion"
43
  image = pipe(prompt).images[0]
44
  image.save("./result.jpg")
45
  ```
 
28
  "Bearded old man, handsome, rugged, sadness + crying, Arabic, award-winning photography, nikon d750 islamicdiffusion"
29
 
30
  <img src="https://huggingface.co/Falah/islamicdiffusion/resolve/main/00725-913347336-islamicdiffusion%20%20Bearded%20old%20man%2C%20handsome%2C%20rugged%2C%20sadness%20%2B%20crying%2C%20Arabic%2C%20award-winning%20photography%2C%20nikon%20d750.png" style="max-width: 800px;" width="100%"/>
31
+
32
  ### 🧨 Diffusers
33
 
34
  This model can be used just like any other Stable Diffusion model. For more information,
 
40
  model_id = "Falah/islamicdiffusion"
41
  pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16)
42
  pipe = pipe.to("cuda")
43
+ prompt = ""Bearded old man, handsome, rugged, sadness + crying, Arabic, award-winning photography, nikon d750 islamicdiffusion"
44
  image = pipe(prompt).images[0]
45
  image.save("./result.jpg")
46
  ```