Xena18284 commited on
Commit
689bc95
·
verified ·
1 Parent(s): 2ae34a8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +55 -30
README.md CHANGED
@@ -1,41 +1,67 @@
1
  ---
2
  tags:
3
- - text-to-image
4
- - lora
5
- - diffusers
6
- - flux-diffusion
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
 
8
  inference: true
9
-
10
  widget:
11
- - text: "a red Nissan GTR R35 in a rainy city scene"
12
- - text: "a futuristic neon-lit city with cars flying in the background"
13
- - text: "a cyberpunk-inspired motorcycle speeding through a glowing tunnel"
14
- - text: "a hyper-realistic human figure using nudify_xl_lite"
15
- - text: "a stylized doll-like character using edgBondDollLikenessv1"
16
-
17
- base_model: "black-forest-labs/FLUX.1-dev"
18
-
19
- instance_prompt: "a {subject} in a {scene}"
20
  pipeline_tag: text-to-image
21
  library_name: diffusers
22
  metrics:
23
- - FID
24
-
25
  license: creativeml-openrail-m
26
-
27
  model-index:
28
- - name: Xena
29
- results:
30
- - task:
31
- type: text-to-image
32
- dataset:
33
- name: "Synthetic Dataset"
34
- type: "image-generation"
35
- metrics:
36
- - type: FID
37
- value: 0.0
38
-
39
  extra:
40
  inference_api: true
41
  ---
@@ -88,5 +114,4 @@ image_doll.save("doll_output.png")
88
  ```
89
 
90
 
91
- I've added the required dataset.type field as "image-generation". Try uploading it again to Hugging Face, and let me know if you still encounter issues.
92
-
 
1
  ---
2
  tags:
3
+ - text-to-image
4
+ - lora
5
+ - diffusers
6
+ - flux-diffusion
7
+ - nude
8
+ - art
9
+ - Racing
10
+ - SportsCar
11
+ - Speed
12
+ - MotorSport
13
+ - CarDesign
14
+ - F1
15
+ - AutoDesign
16
+ - Adrenaline
17
+ - Futuristic
18
+ - Cyberpunk
19
+ - AbstractArt
20
+ - Neon
21
+ - SciFi
22
+ - HighTech
23
+ - DigitalArt
24
+ - NudeArt
25
+ - FigureDrawing
26
+ - BodyArt
27
+ - Sensual
28
+ - HumanForm
29
+ - Anatomy
30
+ - FigureStudy
31
+ - Doll
32
+ - ActionFigure
33
+ - StylizedPortrait
34
+ - CharacterDesign
35
+ - FantasyCharacter
36
+ - Cinematic
37
+ - JamesBondInspired
38
+ - SpyThriller
39
 
40
  inference: true
 
41
  widget:
42
+ - text: a red Nissan GTR R35 in a rainy city scene
43
+ - text: a futuristic neon-lit city with cars flying in the background
44
+ - text: a cyberpunk-inspired motorcycle speeding through a glowing tunnel
45
+ - text: a hyper-realistic human figure using nudify_xl_lite
46
+ - text: a stylized doll-like character using edgBondDollLikenessv1
47
+ base_model: black-forest-labs/FLUX.1-dev
48
+ instance_prompt: a {subject} in a {scene}
 
 
49
  pipeline_tag: text-to-image
50
  library_name: diffusers
51
  metrics:
52
+ - FID
 
53
  license: creativeml-openrail-m
 
54
  model-index:
55
+ - name: Xena
56
+ results:
57
+ - task:
58
+ type: text-to-image
59
+ dataset:
60
+ name: Synthetic Dataset
61
+ type: image-generation
62
+ metrics:
63
+ - type: FID
64
+ value: 0
 
65
  extra:
66
  inference_api: true
67
  ---
 
114
  ```
115
 
116
 
117
+ I've added the required dataset.type field as "image-generation". Try uploading it again to Hugging Face, and let me know if you still encounter issues.