jree423 commited on
Commit
1a98cff
·
verified ·
1 Parent(s): 9eef950

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +18 -3
config.json CHANGED
@@ -1,9 +1,11 @@
1
  {
2
  "model_type": "svgdreamer",
3
- "task": "vector-graphics-generation",
 
4
  "framework": "pytorch",
5
- "output_format": "svg",
6
  "input_format": "text",
 
 
7
  "max_paths": 32,
8
  "default_size": [
9
  512,
@@ -13,5 +15,18 @@
13
  "iconography",
14
  "pixel_art",
15
  "abstract"
16
- ]
 
 
 
 
 
 
 
 
 
 
 
 
 
17
  }
 
1
  {
2
  "model_type": "svgdreamer",
3
+ "task": "text-to-image",
4
+ "pipeline_tag": "text-to-image",
5
  "framework": "pytorch",
 
6
  "input_format": "text",
7
+ "output_format": "svg",
8
+ "description": "Generates styled vector graphics from text prompts with multiple artistic styles",
9
  "max_paths": 32,
10
  "default_size": [
11
  512,
 
15
  "iconography",
16
  "pixel_art",
17
  "abstract"
18
+ ],
19
+ "input_types": [
20
+ "prompt",
21
+ "style"
22
+ ],
23
+ "output_types": [
24
+ "svg_content",
25
+ "svg_base64"
26
+ ],
27
+ "style_options": {
28
+ "iconography": "Clean, professional icons and symbols",
29
+ "pixel_art": "Retro pixel-style graphics",
30
+ "abstract": "Modern abstract designs"
31
+ }
32
  }