YiYiXu commited on
Commit
c36722f
·
verified ·
1 Parent(s): 348ced6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -8
README.md CHANGED
@@ -41,14 +41,6 @@ def best_output_size(w, h, dw, dh, expected_area):
41
  return ow2, oh2
42
 
43
 
44
-
45
- @property
46
- def expected_configs(self):
47
- return [
48
- ConfigSpec(name="patch_size", default=(1, 2, 2)),
49
- ConfigSpec(name="vae_stride", default=(4, 16, 16)),
50
- ]
51
-
52
  image = load_image(block_state.image).convert("RGB")
53
  max_area = 1280*704
54
 
 
41
  return ow2, oh2
42
 
43
 
 
 
 
 
 
 
 
 
44
  image = load_image(block_state.image).convert("RGB")
45
  max_area = 1280*704
46