bodza commited on
Commit
ef10383
·
1 Parent(s): cc0576b

Added examples

Browse files
README.md CHANGED
@@ -12,7 +12,36 @@ tags:
12
  base_model: "black-forest-labs/FLUX.1-dev"
13
  pipeline_tag: text-to-image
14
  instance_prompt: NEOCUTE3D
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  ---
 
 
 
16
 
17
  # Flux_Cute3D
18
 
 
12
  base_model: "black-forest-labs/FLUX.1-dev"
13
  pipeline_tag: text-to-image
14
  instance_prompt: NEOCUTE3D
15
+ widget:
16
+ - text: >-
17
+ NEOCUTE3D of Picture a valiant knight in shining armor, mounted on a gallant steed, charging with a lance towards an opponent in a lively medieval fair setting
18
+ output:
19
+ url: images/knight.webp
20
+ - text: >-
21
+ NEOCUTE3D of a astronaut in a high-tech space suit stepping onto an alien landscape, proudly planting a flag as colorful alien flora surrounds them
22
+ output:
23
+ url: images/astronaut.webp
24
+ - text: >-
25
+ NEOCUTE3D of a street musician playing the violin with a colorful background
26
+ output:
27
+ url: images/violin.webp
28
+ - text: >-
29
+ NEOCUTE3D of a cyclist riding through a scenic mountain trail
30
+ output:
31
+ url: images/bike.webp
32
+ - text: >-
33
+ NEOCUTE3D of a ninja doing a high kick
34
+ output:
35
+ url: images/Ninja.webp
36
+ - text: >-
37
+ NEOCUTE3D of a a cute monster
38
+ output:
39
+ url: images/monster.webp
40
+
41
  ---
42
+ <Gallery />
43
+
44
+ Trigger word: `NEOCUTE3D`
45
 
46
  # Flux_Cute3D
47
 
images/Ninja.webp ADDED
images/astronaut.webp ADDED
images/bike.webp ADDED
images/knight.webp ADDED
images/monster.webp ADDED
images/violin.webp ADDED