a-r-r-o-w commited on
Commit
b8822b3
·
verified ·
1 Parent(s): d5ae46f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -1
README.md CHANGED
@@ -4,6 +4,19 @@ base_model:
4
  datasets:
5
  - sayapaul/OmniEdit-mini
6
  library_name: diffusers
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  tags:
8
  - text-to-image
9
  - diffusers-training
@@ -15,7 +28,7 @@ tags:
15
 
16
  <Gallery />
17
 
18
- This is an edit Control LoRA for [THUDM/CogView4-6B](https://huggingface.co/THUDM/CogView4-6B) model.
19
 
20
  Code: https://github.com/a-r-r-o-w/finetrainers
21
 
 
4
  datasets:
5
  - sayapaul/OmniEdit-mini
6
  library_name: diffusers
7
+ widget:
8
+ - text: >-
9
+ Change it to look like it's in the style of an impasto painting.
10
+ output:
11
+ url: output1.png
12
+ - text: >-
13
+ change the setting to spring with blooming trees
14
+ output:
15
+ url: output2.png
16
+ - text: >-
17
+ transform the setting to a stormy space
18
+ output:
19
+ url: output3.png
20
  tags:
21
  - text-to-image
22
  - diffusers-training
 
28
 
29
  <Gallery />
30
 
31
+ This is a Control LoRA for making small edits to images with the [THUDM/CogView4-6B](https://huggingface.co/THUDM/CogView4-6B) model.
32
 
33
  Code: https://github.com/a-r-r-o-w/finetrainers
34