How to use from the
Use from the
Diffusers library
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]

arabic-amera model trained by Falah.G.Salieh

You can visit my blog: https://iraqprogrammer.wordpress.com/

FB: https://web.facebook.com/falahgs4ai

Email: falahgs07@gmail.com

With Stable Diffusion, we can now create artificial intelligence art generation images using trained images. In this model, we can create images of an Arab princess called Arabic amera in Arabic languages (اميرة عربية) as famous images, or anything you can think of Test the concept via A1111 Colab fast-Colab-A1111.

Any prompt and add arabic-amera style word:

prompts:

25yo Arabic smiling female looking at the viewer, a detailed face,
attractive, full elegant dress, wavy chestnut hair, ((closeup)), perfect eyes, (interior home background), (photorealistic), intricate, highly detailed, absurd res, symmetrical, backlighting, colorful, concept art, (photography:1.5), sharp focus, illustration, award-winning, 8K.by arabic-amera style

Sample pictures of this concept:

0 1 2 3 4 5 6 7 8 9

Downloads last month
5
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support