mirror of
https://github.com/vladmandic/automatic
synced 2026-08-26 15:16:01 +02:00
update install-sf.py to handle new 1.05 stable-fast
now supports torch 2.2.2 and 2.3.0
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ import os
|
||||
import re
|
||||
import sys
|
||||
|
||||
torch_supported = ['211', '212','220','221']
|
||||
torch_supported = ['211', '212','220','221','222','230']
|
||||
cuda_supported = ['cu118', 'cu121']
|
||||
python_supported = ['39', '310', '311']
|
||||
repo_url = 'https://github.com/chengzeyi/stable-fast'
|
||||
|
||||
Reference in New Issue
Block a user