Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ torch_dtype = torch.float32 # Тип данных для CPU
|
|
15 |
models = [
|
16 |
'stabilityai/stable-diffusion-3.5-large-turbo',
|
17 |
'black-forest-labs/FLUX.1-dev',
|
18 |
-
'strangerzonehf/Flux-Isometric-3D-LoRA'
|
19 |
'ckpt/kivotos-xl-2.0',
|
20 |
'stabilityai/stable-diffusion-3.5-large',
|
21 |
'yodayo-ai/clandestine-xl-1.0',
|
|
|
15 |
models = [
|
16 |
'stabilityai/stable-diffusion-3.5-large-turbo',
|
17 |
'black-forest-labs/FLUX.1-dev',
|
18 |
+
'strangerzonehf/Flux-Isometric-3D-LoRA',
|
19 |
'ckpt/kivotos-xl-2.0',
|
20 |
'stabilityai/stable-diffusion-3.5-large',
|
21 |
'yodayo-ai/clandestine-xl-1.0',
|