GamerC0der commited on
Commit
6908021
1 Parent(s): cf22edd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -10
README.md CHANGED
@@ -1,11 +1,28 @@
1
  ---
2
- language:
3
- - en
4
- library_name: diffusers
5
- tags:
6
- - landscape
7
- - art
8
- base_model: runwayml/stable-diffusion-v1-5
9
- ---
10
- ## Install
11
- You can install it by downloading the safetensors file and using it as the checkpoint is Automatic1111
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ model-index:
3
+ - name: "DreamBooth Landscape Generation"
4
+ results:
5
+ - task:
6
+ name: "Text-to-Image Generation"
7
+ type: "text-to-image-generation"
8
+ dataset:
9
+ name: "Proprietary dataset for landscapes"
10
+ type: "text"
11
+ metrics:
12
+ - name: "Visual Quality"
13
+ type: "Human Evaluation"
14
+ languages:
15
+ - en
16
+ library_name: "transformers"
17
+ model_name: "dreambooth-landscape-gen"
18
+ widget:
19
+ - text: "A peaceful mountain valley at dawn"
20
+ license: "mit"
21
+ tags:
22
+ - "text-to-image"
23
+ - "dreambooth"
24
+ - "landscape"
25
+ - "openai"
26
+ inference-api: true
27
+ id: "dreambooth-landscape-gen"
28
+ ---