fantaxy commited on
Commit
17ab651
·
verified ·
1 Parent(s): 6f8e4f9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -4
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
- "Seawolf Teeeee",
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
- "Seawolf Teeeee",
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",