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