Instructions to use Falah/dishdasha with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Falah/dishdasha 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/dishdasha", 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
|
@@ -4,10 +4,20 @@ tags:
|
|
| 4 |
- text-to-image
|
| 5 |
- stable-diffusion
|
| 6 |
---
|
| 7 |
-
### dishdasha Dreambooth model trained by Falah
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
|
| 9 |
|
| 10 |
-
Test the concept via A1111 Colab [fast-Colab-A1111](https://colab.research.google.com/github/TheLastBen/fast-stable-diffusion/blob/main/fast_stable_diffusion_AUTOMATIC1111.ipynb)
|
| 11 |
|
| 12 |
-
Sample pictures of this concept:
|
| 13 |
|
|
|
|
| 4 |
- text-to-image
|
| 5 |
- stable-diffusion
|
| 6 |
---
|
| 7 |
+
### dishdasha clothes called in Arabic (دشداشة ) Dreambooth model trained by Falah. G.Saleih
|
| 8 |
+
## u can visit my blog : https://iraqprogrammer.wordpress.com/
|
| 9 |
+
## or FB: https://web.facebook.com/falahgs
|
| 10 |
+
email: falahgs07@gmail.com
|
| 11 |
+
|
| 12 |
+
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
|
| 13 |
+
|
| 14 |
+
Sample pictures of this concept with simple and easy prompts:
|
| 15 |
+
|
| 16 |
+
any prompt and add word dishdasha style :
|
| 17 |
+
|
| 18 |
+
prompt:
|
| 19 |
+
|
| 20 |
|
| 21 |
|
|
|
|
| 22 |
|
|
|
|
| 23 |
|