File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -324,7 +324,7 @@ def process_image(image,seed):
324324 self .model .encode_first_stage (init_image )
325325 ) # move to latent space
326326
327- print (f' DEBUG: seed at make_image time ={ seed } ' )
327+ # print(f' DEBUG: seed at make_image time ={seed}')
328328 make_image = self ._img2img (
329329 prompt ,
330330 steps = steps ,
@@ -378,7 +378,7 @@ def process_image(image,seed):
378378 if self .device .type == 'mps' :
379379 x_T = self ._get_noise (init_latent ,width ,height )
380380 # make_image will do the equivalent of get_noise itself
381- print (f' DEBUG: seed at make_image() invocation time ={ seed } ' )
381+ # print(f' DEBUG: seed at make_image() invocation time ={seed}')
382382 image = make_image (x_T )
383383 results .append ([image , seed ])
384384 if image_callback is not None :
You can’t perform that action at this time.
0 commit comments