Upload HyperstrokePipeline
Browse files
hyperstroke_config/config.json
CHANGED
@@ -5,5 +5,7 @@
|
|
5 |
"num_bbox_token": 4,
|
6 |
"num_codebook_token": 64,
|
7 |
"pretrained_canvas_processor": "google/vit-base-patch16-224-in21k",
|
8 |
-
"pretrained_control_processor": "openai/clip-vit-base-patch32"
|
|
|
|
|
9 |
}
|
|
|
5 |
"num_bbox_token": 4,
|
6 |
"num_codebook_token": 64,
|
7 |
"pretrained_canvas_processor": "google/vit-base-patch16-224-in21k",
|
8 |
+
"pretrained_control_processor": "openai/clip-vit-base-patch32",
|
9 |
+
"vqgan_input_height": 128,
|
10 |
+
"vqgan_input_width": 128
|
11 |
}
|