Skip to content

Commit 37db74a

Browse files
committed
Fix params bug in diffusion example
1 parent c1dacaa commit 37db74a

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
@@ -224,7 +224,7 @@ struct common_params_diffusion {
224224
bool visual_mode = false;
225225

226226
float eps = 0; // epsilon for timesteps
227-
int32_t block_length = 32; // block length for generation
227+
int32_t block_length = 0; // block length for generation
228228

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

0 commit comments

Comments
 (0)