Update README.md
Browse files
README.md
CHANGED
@@ -1,9 +1,11 @@
|
|
1 |
---
|
|
|
2 |
datasets:
|
3 |
- imomayiz/morocco-img
|
4 |
library_name: diffusers
|
5 |
tags:
|
6 |
- art
|
|
|
7 |
---
|
8 |
|
9 |
# SDXL LoRA DreamBooth - imomayiz/moroccan_sdxl_lora
|
@@ -56,4 +58,4 @@ prompt = "a photo of a modern moroccan city"
|
|
56 |
image = pipe(prompt=prompt, num_inference_steps=30).images[0]
|
57 |
image
|
58 |
|
59 |
-
```
|
|
|
1 |
---
|
2 |
+
base_model: stabilityai/stable-diffusion-xl-base-1.0
|
3 |
datasets:
|
4 |
- imomayiz/morocco-img
|
5 |
library_name: diffusers
|
6 |
tags:
|
7 |
- art
|
8 |
+
pipeline_tag: text-to-image
|
9 |
---
|
10 |
|
11 |
# SDXL LoRA DreamBooth - imomayiz/moroccan_sdxl_lora
|
|
|
58 |
image = pipe(prompt=prompt, num_inference_steps=30).images[0]
|
59 |
image
|
60 |
|
61 |
+
```
|