Update README.md
Browse files
README.md
CHANGED
@@ -1,33 +1,36 @@
|
|
1 |
---
|
2 |
tags:
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
widget:
|
9 |
- text: dbdbb
|
10 |
output:
|
11 |
url: images/BFMBM_2.png
|
12 |
base_model: runwayml/stable-diffusion-v1-5
|
13 |
instance_prompt: 'trigger: ....'
|
14 |
-
|
|
|
|
|
|
|
15 |
---
|
16 |
# Floor Plan Genrator
|
17 |
|
18 |
<Gallery />
|
19 |
|
20 |
## Model description
|
21 |
-
|
22 |
-
model generates floor plans
|
23 |
|
24 |
## Trigger words
|
25 |
|
26 |
-
You should use
|
|
|
27 |
|
28 |
|
29 |
## Download model
|
30 |
|
31 |
Weights for this model are available in Safetensors,PyTorch format.
|
32 |
|
33 |
-
[Download](/maria26/Floor_Plan_LoRA/tree/main) them in the Files & versions tab.
|
|
|
1 |
---
|
2 |
tags:
|
3 |
+
- text-to-image
|
4 |
+
- stable-diffusion
|
5 |
+
- lora
|
6 |
+
- diffusers
|
7 |
+
- template:sd-lora
|
8 |
widget:
|
9 |
- text: dbdbb
|
10 |
output:
|
11 |
url: images/BFMBM_2.png
|
12 |
base_model: runwayml/stable-diffusion-v1-5
|
13 |
instance_prompt: 'trigger: ....'
|
14 |
+
license: ms-pl
|
15 |
+
language:
|
16 |
+
- en
|
17 |
+
pipeline_tag: text-to-image
|
18 |
---
|
19 |
# Floor Plan Genrator
|
20 |
|
21 |
<Gallery />
|
22 |
|
23 |
## Model description
|
24 |
+
The model generates architectural floor plans in the style of the provided image from text descriptions.
|
|
|
25 |
|
26 |
## Trigger words
|
27 |
|
28 |
+
You should use prompts following this structure:
|
29 |
+
"Floor plan of a small/big apartment, few/many rooms, one/multiple bathrooms, few/many windows"
|
30 |
|
31 |
|
32 |
## Download model
|
33 |
|
34 |
Weights for this model are available in Safetensors,PyTorch format.
|
35 |
|
36 |
+
[Download](/maria26/Floor_Plan_LoRA/tree/main) them in the Files & versions tab.
|