5x5 grid works on colab P100 so should work on replicate
This commit is contained in:
@@ -16,7 +16,7 @@ class Predictor(BasePredictor):
|
||||
grid_size: int = Input(
|
||||
description='Size of the image grid',
|
||||
ge=1,
|
||||
le=4,
|
||||
le=5,
|
||||
default=4
|
||||
),
|
||||
seed: int = Input(
|
||||
|
Reference in New Issue
Block a user