mirror of https://github.com/skygpu/skynet.git
add stable3 to models
parent
efb3bac811
commit
b1aa9f697e
|
@ -17,9 +17,11 @@ MODELS = {
|
||||||
'Envvi/Inkpunk-Diffusion': {'short': 'ink', 'mem': 6},
|
'Envvi/Inkpunk-Diffusion': {'short': 'ink', 'mem': 6},
|
||||||
'nousr/robo-diffusion': {'short': 'robot', 'mem': 6},
|
'nousr/robo-diffusion': {'short': 'robot', 'mem': 6},
|
||||||
# Note: not sure about mem
|
# Note: not sure about mem
|
||||||
'black-forest-labs/FLUX.1-schnell': {'short': 'flux', 'mem': 12},
|
'black-forest-labs/FLUX.1-dev': {'short': 'flux', 'mem': 8.3},
|
||||||
|
'stabilityai/stable-diffusion-3-medium-diffusers': {'short': 'stable3', 'mem': 8.3},
|
||||||
# default is always last
|
# default is always last
|
||||||
'stabilityai/stable-diffusion-xl-base-1.0': {'short': 'stablexl', 'mem': 8.3},
|
'stabilityai/stable-diffusion-xl-base-1.0': {'short': 'stablexl', 'mem': 8.3},
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
SHORT_NAMES = [
|
SHORT_NAMES = [
|
||||||
|
|
Loading…
Reference in New Issue