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
|
@@ -11,9 +11,8 @@ Test the concept via A1111 Colab [fast-Colab-A1111](https://colab.research.googl
|
|
| 11 |
|
| 12 |
Sample pictures of this concept:
|
| 13 |
|
| 14 |
-
<img src="https://huggingface.co/Falah/islamicdiffusion/
|
| 15 |
|
| 16 |
-
<img src="https://huggingface.co/dreamlike-art/dreamlike-diffusion-1.0/resolve/main/preview.jpg" style="max-width: 800px;" width="100%"/>
|
| 17 |
|
| 18 |
|
| 19 |
### 🧨 Diffusers
|
|
|
|
| 11 |
|
| 12 |
Sample pictures of this concept:
|
| 13 |
|
| 14 |
+
<img src="https://huggingface.co/Falah/islamicdiffusion/resolve/main/00626-3710065853-Islamic%20home.png" style="max-width: 800px;" width="100%"/>
|
| 15 |
|
|
|
|
| 16 |
|
| 17 |
|
| 18 |
### 🧨 Diffusers
|