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/dishdasha", dtype=torch.bfloat16, device_map="cuda")

prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]

dishdasha clothes called in Arabic (دشداشة ) Dreambooth model trained by Falah. G.Saleih

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

or FB: https://web.facebook.com/falahgs

email: falahgs07@gmail.com

With Stable Diffusion, we can now create AI art generation images using our own trained images. in this model, we can generate images of women wearing dress clothes called in Arabic (dishdasha) or (دشداشة ) it is interior home ,wearing clothes for Arabic women ones as popular images, or just about anything you can think of Test the concept via A1111 Colab fast-Colab-A1111

Sample pictures of this concept with simple and easy prompts:

any prompt and add word dishdasha style :

prompt:

0 1 2 3 4 5 6

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