Repair duplicate error when calling a remote function in sdcli/txt2img.py.
This commit is contained in:
		
							parent
							
								
									5306610337
								
							
						
					
					
						commit
						0bb85fe77e
					
				@ -32,7 +32,7 @@ def main(
 | 
				
			|||||||
        if seed == -1:
 | 
					        if seed == -1:
 | 
				
			||||||
            seed_generated = util.generate_seed()
 | 
					            seed_generated = util.generate_seed()
 | 
				
			||||||
        start_time = time.time()
 | 
					        start_time = time.time()
 | 
				
			||||||
        images = stub.app.run_inference.remote(
 | 
					        images = stub.run_inference.remote(
 | 
				
			||||||
            prompt=prompt,
 | 
					            prompt=prompt,
 | 
				
			||||||
            n_prompt=n_prompt,
 | 
					            n_prompt=n_prompt,
 | 
				
			||||||
            height=height,
 | 
					            height=height,
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user