update
Browse files
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
|
| 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 |
```
|