Instructions to use Falah/arabic-amera with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Falah/arabic-amera 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/arabic-amera", 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 Settings
- Draw Things
- DiffusionBee
update
Browse files
README.md
CHANGED
|
@@ -22,8 +22,7 @@ as famous images, or anything you can think of Test the concept via A1111 Colab
|
|
| 22 |
symmetrical, backlighting, colorful, concept art,
|
| 23 |
(photography:1.5), sharp focus, illustration, award-winning, 8K.by arabic-amera style
|
| 24 |
|
| 25 |
-
|
| 26 |
-
# Sample pictures of this concept:
|
| 27 |
|
| 28 |

|
| 29 |

|
|
|
|
| 22 |
symmetrical, backlighting, colorful, concept art,
|
| 23 |
(photography:1.5), sharp focus, illustration, award-winning, 8K.by arabic-amera style
|
| 24 |
|
| 25 |
+
# Sample pictures of this concept:
|
|
|
|
| 26 |
|
| 27 |

|
| 28 |

|