Skip to content

Commit 7845240

Browse files
authored
Fix params bug in diffusion example (#14993)
1 parent d6818d0 commit 7845240

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ struct common_params_diffusion {
225225
bool visual_mode = false;
226226

227227
float eps = 0; // epsilon for timesteps
228-
int32_t block_length = 32; // block length for generation
228+
int32_t block_length = 0; // block length for generation
229229

230230
int32_t algorithm = 4; // default algorithm: low-confidence
231231
float alg_temp = 0.0f; // algorithm temperature

0 commit comments

Comments
 (0)