mirror of
				https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
				synced 2025-10-31 10:03:40 +00:00 
			
		
		
		
	Merge pull request #14474 from akx/realesrgan-is-esrgan
Correct RealESRGAN expected architecture type to ESRGAN
This commit is contained in:
		
						commit
						c2fd7c0344
					
				| @ -40,7 +40,7 @@ class UpscalerRealESRGAN(Upscaler): | |||||||
|             info.local_data_path, |             info.local_data_path, | ||||||
|             device=self.device, |             device=self.device, | ||||||
|             half=(not cmd_opts.no_half and not cmd_opts.upcast_sampling), |             half=(not cmd_opts.no_half and not cmd_opts.upcast_sampling), | ||||||
|             expected_architecture="RealESRGAN", |             expected_architecture="ESRGAN",  # "RealESRGAN" isn't a specific thing for Spandrel | ||||||
|         ) |         ) | ||||||
|         return upscale_with_model( |         return upscale_with_model( | ||||||
|             mod, |             mod, | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 AUTOMATIC1111
						AUTOMATIC1111