Update face_swapper.py
should fix issues for those who dont have nvidia cardspull/614/head
							parent
							
								
									fd4e3f546d
								
							
						
					
					
						commit
						1b4c0ce43e
					
				|  | @ -18,7 +18,7 @@ NAME = 'DLC.FACE-SWAPPER' | ||||||
| 
 | 
 | ||||||
| def pre_check() -> bool: | def pre_check() -> bool: | ||||||
|     download_directory_path = resolve_relative_path('../models') |     download_directory_path = resolve_relative_path('../models') | ||||||
|     conditional_download(download_directory_path, ['https://huggingface.co/hacksider/deep-live-cam/blob/main/inswapper_128_fp16.onnx']) |     conditional_download(download_directory_path, ['https://huggingface.co/hacksider/deep-live-cam/blob/main/inswapper_128.onnx]) | ||||||
|     return True |     return True | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
|  | @ -40,7 +40,7 @@ def get_face_swapper() -> Any: | ||||||
| 
 | 
 | ||||||
|     with THREAD_LOCK: |     with THREAD_LOCK: | ||||||
|         if FACE_SWAPPER is None: |         if FACE_SWAPPER is None: | ||||||
|             model_path = resolve_relative_path('../models/inswapper_128_fp16.onnx') |             model_path = resolve_relative_path('../models/inswapper_128.onnx') | ||||||
|             FACE_SWAPPER = insightface.model_zoo.get_model(model_path, providers=modules.globals.execution_providers) |             FACE_SWAPPER = insightface.model_zoo.get_model(model_path, providers=modules.globals.execution_providers) | ||||||
|     return FACE_SWAPPER |     return FACE_SWAPPER | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue