Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -333,10 +333,10 @@ with gr.Blocks(theme="Yntec/HaleyCH_Theme_Orange", css=css) as dalle:
|
|
333 |
placeholder="Type to filter models...",
|
334 |
lines=1
|
335 |
)
|
336 |
-
|
337 |
# 상위 4개 모델을 기본으로 설정
|
338 |
default_models = [
|
339 |
-
"
|
340 |
"Stable Diffusion 3.5 Large",
|
341 |
"Stable Diffusion 3.5 Large Turbo",
|
342 |
"Stable Diffusion XL"
|
@@ -344,11 +344,10 @@ with gr.Blocks(theme="Yntec/HaleyCH_Theme_Orange", css=css) as dalle:
|
|
344 |
|
345 |
# 전체 모델 리스트
|
346 |
models_list = [
|
347 |
-
"
|
348 |
"Stable Diffusion 3.5 Large",
|
349 |
"Stable Diffusion 3.5 Large Turbo",
|
350 |
"Stable Diffusion XL",
|
351 |
-
"FLUX.1 [Schnell]",
|
352 |
"FLUX.1 [Dev]",
|
353 |
"Midjourney",
|
354 |
"DreamPhotoGASM",
|
|
|
333 |
placeholder="Type to filter models...",
|
334 |
lines=1
|
335 |
)
|
336 |
+
|
337 |
# 상위 4개 모델을 기본으로 설정
|
338 |
default_models = [
|
339 |
+
"FLUX.1 [Schnell]", # 모델 이름 통일
|
340 |
"Stable Diffusion 3.5 Large",
|
341 |
"Stable Diffusion 3.5 Large Turbo",
|
342 |
"Stable Diffusion XL"
|
|
|
344 |
|
345 |
# 전체 모델 리스트
|
346 |
models_list = [
|
347 |
+
"FLUX.1 [Schnell]", # 모델 이름 통일
|
348 |
"Stable Diffusion 3.5 Large",
|
349 |
"Stable Diffusion 3.5 Large Turbo",
|
350 |
"Stable Diffusion XL",
|
|
|
351 |
"FLUX.1 [Dev]",
|
352 |
"Midjourney",
|
353 |
"DreamPhotoGASM",
|