mirror of
				https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
				synced 2025-11-04 12:03:36 +00:00 
			
		
		
		
	Rename bicubic antialiased option
Comma was causing the the value in PNG info to be quoted, which causes the upscaler dropdown option to be blank when sending to UI
This commit is contained in:
		
							parent
							
								
									f49f917cdd
								
							
						
					
					
						commit
						b2151b934f
					
				@ -567,7 +567,7 @@ latent_upscale_modes = {
 | 
			
		||||
    "Latent": {"mode": "bilinear", "antialias": False},
 | 
			
		||||
    "Latent (antialiased)": {"mode": "bilinear", "antialias": True},
 | 
			
		||||
    "Latent (bicubic)": {"mode": "bicubic", "antialias": False},
 | 
			
		||||
    "Latent (bicubic, antialiased)": {"mode": "bicubic", "antialias": True},
 | 
			
		||||
    "Latent (bicubic antialiased)": {"mode": "bicubic", "antialias": True},
 | 
			
		||||
    "Latent (nearest)": {"mode": "nearest", "antialias": False},
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user