mirror of
https://github.com/blw1138/Zordon.git
synced 2025-12-20 02:08:12 +00:00
GPU Reporting in UI (#120)
* Add basic GPU info reporting to UI * Update GPU display to showcase multiple GPUs, if available * Add fallback for Windows for fetching GPU info * Improve Windows GPU lookup. Add GPUtil to requirements.txt * Clean up GPU and CPU naming in UI * Update Linux GPU fetching * Update misc_helper.py Fix getting GPU names on Linux * Update .gitignore
This commit is contained in:
@@ -24,7 +24,7 @@ from src.engines.engine_manager import EngineManager
|
||||
from src.render_queue import RenderQueue, JobNotFoundError
|
||||
from src.utilities.config import Config
|
||||
from src.utilities.misc_helper import system_safe_path, current_system_os, current_system_cpu, \
|
||||
current_system_os_version, num_to_alphanumeric
|
||||
current_system_os_version, num_to_alphanumeric, get_gpu_info
|
||||
from src.utilities.status_utils import string_to_status
|
||||
from src.version import APP_VERSION
|
||||
|
||||
|
||||
Reference in New Issue
Block a user