We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b86d0e commit 58f0509Copy full SHA for 58f0509
common/common.h
@@ -220,7 +220,7 @@ struct common_params_diffusion {
220
bool visual_mode = false;
221
222
float eps = 0; // epsilon for timesteps
223
- int32_t block_length = 32; // block length for generation
+ int32_t block_length = 0; // block length for generation
224
225
int32_t algorithm = 4; // default algorithm: low-confidence
226
float alg_temp = 0.0f; // algorithm temperature
0 commit comments