Skip to content

Commit bb83c06

Browse files
authored
Update stable-diffusion.cpp
1 parent 823a977 commit bb83c06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stable-diffusion.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4609,7 +4609,7 @@ class StableDiffusionGGML {
46094609

46104610
/*================================================= StableDiffusion ==================================================*/
46114611

4612-
StableDiffusion::StableDiffusion(int n_threads,
4612+
void StableDiffusion::setup(int n_threads,
46134613
bool vae_decode_only,
46144614
bool free_params_immediately,
46154615
std::string lora_model_dir,

0 commit comments

Comments
 (0)