Aashi commited on
Commit
2e53c25
1 Parent(s): 57fc698

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -3
README.md CHANGED
@@ -1,15 +1,23 @@
1
-
2
  ---
3
  base_model: stabilityai/stable-diffusion-xl-base-1.0
4
- instance_prompt: A photo of living room in minimalistic architecture with small plants on center table and a nice lamp at the corner
 
 
5
  tags:
6
  - text-to-image
7
  - diffusers
8
  - autotrain
9
  inference: true
 
 
 
 
10
  ---
11
 
12
  # DreamBooth trained by AutoTrain
13
 
14
- Text encoder was not trained.
 
 
15
 
 
 
 
1
  ---
2
  base_model: stabilityai/stable-diffusion-xl-base-1.0
3
+ instance_prompt: >-
4
+ A photo of living room in minimalistic architecture with small plants on
5
+ center table and a nice lamp at the corner
6
  tags:
7
  - text-to-image
8
  - diffusers
9
  - autotrain
10
  inference: true
11
+ license: mit
12
+ language:
13
+ - en
14
+ library_name: diffusers
15
  ---
16
 
17
  # DreamBooth trained by AutoTrain
18
 
19
+ This model is finetuned on living room dataset using DreamBooth. The aim is to prompt any kind of living room images like minimalistic, modern, artistic, beachy, etc and generate an image of similar living room.
20
+ This could be something benficial for Architects to showcase their clients some ideas to renovate their homes.
21
+
22
 
23
+ Note:Text encoder was not trained.