Text-to-Image
Diffusers
AIGCer-OPPO commited on
Commit
387ec9c
·
verified ·
1 Parent(s): fa28183

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -5
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  license: apache-2.0
3
- library_name: diffusers
4
  base_model:
5
  - stabilityai/stable-diffusion-xl-base-1.0
6
  - black-forest-labs/FLUX.1-dev
@@ -126,7 +126,6 @@ lora_config = LoraConfig(
126
  "proj_out",
127
  "ff.net.0.proj",
128
  "ff.net.2",
129
- # new
130
  "context_embedder", "x_embedder",
131
  "linear", "linear_1", "linear_2",
132
  "proj_mlp",
@@ -258,11 +257,11 @@ We also present some examples based on **FLUX**.
258
  </div>
259
  <div style="text-align: center; margin: 0px;">
260
  <img src="assets/FLUX/6steps/bag.jpg" alt="图片3" width="170" />
261
- <span>...a bag...</span><br>
262
- <span>luxury product style...</span>
263
  </div>
264
  <div style="text-align: center; margin: 0px;">
265
- <img src="assets/FLUX/6steps/cat.jpg" alt="图片4" width="180" />
266
  <span style="font-size: 12px;">a master jedi cat...</span><br>
267
  <span style="font-size: 12px;">wearing a jedi cloak hood</span>
268
  </div>
 
1
  ---
2
  license: apache-2.0
3
+ library_name: adapter-transformers
4
  base_model:
5
  - stabilityai/stable-diffusion-xl-base-1.0
6
  - black-forest-labs/FLUX.1-dev
 
126
  "proj_out",
127
  "ff.net.0.proj",
128
  "ff.net.2",
 
129
  "context_embedder", "x_embedder",
130
  "linear", "linear_1", "linear_2",
131
  "proj_mlp",
 
257
  </div>
258
  <div style="text-align: center; margin: 0px;">
259
  <img src="assets/FLUX/6steps/bag.jpg" alt="图片3" width="170" />
260
+ <span style="font-size: 12px;">...a bag...</span><br>
261
+ <span style="font-size: 12px;">luxury product style...</span>
262
  </div>
263
  <div style="text-align: center; margin: 0px;">
264
+ <img src="assets/FLUX/6steps/cat.jpg" alt="图片4" width="170" />
265
  <span style="font-size: 12px;">a master jedi cat...</span><br>
266
  <span style="font-size: 12px;">wearing a jedi cloak hood</span>
267
  </div>