Instructions to use Falah/islamicdiffusion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Falah/islamicdiffusion with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Falah/islamicdiffusion", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
update
Browse files
README.md
CHANGED
|
@@ -29,6 +29,13 @@ any prompt and add word islamidiffusion style :
|
|
| 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,
|
|
|
|
| 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 |
+
<img src="https://huggingface.co/Falah/islamicdiffusion/resolve/main/1.png" style="max-width: 800px;" width="100%"/>
|
| 33 |
+
|
| 34 |
+
<img src="https://huggingface.co/Falah/islamicdiffusion/resolve/main/2.png" style="max-width: 800px;" width="100%"/>
|
| 35 |
+
|
| 36 |
+
|
| 37 |
+
<img src="https://huggingface.co/Falah/islamicdiffusion/resolve/main/3.png" style="max-width: 800px;" width="100%"/>
|
| 38 |
+
|
| 39 |
### 🧨 Diffusers
|
| 40 |
|
| 41 |
This model can be used just like any other Stable Diffusion model. For more information,
|