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 d6818d0 commit 7845240Copy full SHA for 7845240
common/common.h
@@ -225,7 +225,7 @@ struct common_params_diffusion {
225
bool visual_mode = false;
226
227
float eps = 0; // epsilon for timesteps
228
- int32_t block_length = 32; // block length for generation
+ int32_t block_length = 0; // block length for generation
229
230
int32_t algorithm = 4; // default algorithm: low-confidence
231
float alg_temp = 0.0f; // algorithm temperature
0 commit comments