Spaces:
				
			
			
	
			
			
		Running
		
			on 
			
			Zero
	
	
	
			
			
	
	
	
	
		
		
		Running
		
			on 
			
			Zero
	Update pulid/pipeline.py
Browse files- pulid/pipeline.py +0 -1
    	
        pulid/pipeline.py
    CHANGED
    
    | @@ -218,7 +218,6 @@ class PuLIDPipeline: | |
| 218 | 
             
                    return torch.cat((uncond_id_embedding, id_embedding), dim=0)
         | 
| 219 |  | 
| 220 | 
             
                def inference(self, prompt, size, prompt_n='', image_embedding=None, id_scale=1.0, guidance_scale=1.2, steps=4):
         | 
| 221 | 
            -
                    print(self.pipe.unet.time_embedding.linear_1.weight)
         | 
| 222 | 
             
                    images = self.pipe(
         | 
| 223 | 
             
                        prompt=prompt,
         | 
| 224 | 
             
                        negative_prompt=prompt_n,
         | 
|  | |
| 218 | 
             
                    return torch.cat((uncond_id_embedding, id_embedding), dim=0)
         | 
| 219 |  | 
| 220 | 
             
                def inference(self, prompt, size, prompt_n='', image_embedding=None, id_scale=1.0, guidance_scale=1.2, steps=4):
         | 
|  | |
| 221 | 
             
                    images = self.pipe(
         | 
| 222 | 
             
                        prompt=prompt,
         | 
| 223 | 
             
                        negative_prompt=prompt_n,
         |