In short, no.
What you can do is tackle it from the opposite side. You can collect the ZTIGather.log files from each model that you have deployed and see which drivers have been applied.
You'll find the logs in C:\Windows\Temp\DeploymentLogs.
Once you scavenge the drivers and have them in organised folders, you can remove all the drivers from MDT and re-import them. I have a script that can do that and create the selection profiles, also.
MDT Powershell: Importing device drivers from organised folders
My method is to deal with drivers by exception. I install a base image and examine which drivers are missing, audit them with a
missing drivers script, then import the correct drivers into the repository.
Hope this helps.
/Andrew
Blog: http://scriptimus.wordpress.com