John6666 commited on
Commit
e14f4dc
·
verified ·
1 Parent(s): 4f61aea

Upload 2 files

Browse files
Files changed (2) hide show
  1. app.py +1 -3
  2. env.py +3 -2
app.py CHANGED
@@ -1194,7 +1194,7 @@ with gr.Blocks(theme='NoCrypt/miku@>=1.2.2', elem_id="main", fill_width=True, cs
1194
  gr.Info(f"{len(sd_gen.model.STYLE_NAMES)} styles loaded")
1195
  return gr.update(value=None, choices=sd_gen.model.STYLE_NAMES)
1196
 
1197
- style_button.click(load_json_style_file, [style_json_gui], [style_prompt_gui])
1198
 
1199
  with gr.Accordion("Other settings", open=False, visible=True) as menu_other:
1200
  with gr.Row():
@@ -1467,7 +1467,6 @@ with gr.Blocks(theme='NoCrypt/miku@>=1.2.2', elem_id="main", fill_width=True, cs
1467
 
1468
  generate_button.click(
1469
  fn=sd_gen.load_new_model,
1470
- #fn=sd_gen_load_new_model,
1471
  inputs=[
1472
  model_name_gui,
1473
  vae_model_gui,
@@ -1478,7 +1477,6 @@ with gr.Blocks(theme='NoCrypt/miku@>=1.2.2', elem_id="main", fill_width=True, cs
1478
  show_progress="minimal",
1479
  ).success(
1480
  fn=sd_gen.generate_pipeline,
1481
- #fn=sd_gen_generate_pipeline,
1482
  inputs=[
1483
  prompt_gui,
1484
  neg_prompt_gui,
 
1194
  gr.Info(f"{len(sd_gen.model.STYLE_NAMES)} styles loaded")
1195
  return gr.update(value=None, choices=sd_gen.model.STYLE_NAMES)
1196
 
1197
+ style_button.click(load_json_style_file, [style_json_gui], [style_prompt_gui])
1198
 
1199
  with gr.Accordion("Other settings", open=False, visible=True) as menu_other:
1200
  with gr.Row():
 
1467
 
1468
  generate_button.click(
1469
  fn=sd_gen.load_new_model,
 
1470
  inputs=[
1471
  model_name_gui,
1472
  vae_model_gui,
 
1477
  show_progress="minimal",
1478
  ).success(
1479
  fn=sd_gen.generate_pipeline,
 
1480
  inputs=[
1481
  prompt_gui,
1482
  neg_prompt_gui,
env.py CHANGED
@@ -18,8 +18,9 @@ load_diffusers_format_model = [
18
  'eienmojiki/Anything-XL',
19
  'eienmojiki/Starry-XL-v5.2',
20
  'gsdf/CounterfeitXL',
21
- 'kitty7779/ponyDiffusionV6XL',
22
  'WhiteAiZ/autismmixSDXL_autismmixConfetti_diffusers',
 
23
  'GraydientPlatformAPI/aniverse-pony',
24
  'John6666/mistoon-anime-ponyalpha-sdxl',
25
  'John6666/ebara-mfcg-pony-mix-v12-sdxl',
@@ -29,10 +30,10 @@ load_diffusers_format_model = [
29
  'John6666/cyberrealistic-pony-v63-sdxl',
30
  'GraydientPlatformAPI/realcartoon-pony-diffusion',
31
  'John6666/nova-anime-xl-pony-v5-sdxl',
 
32
  'yodayo-ai/kivotos-xl-2.0',
33
  'yodayo-ai/holodayo-xl-2.1',
34
  'yodayo-ai/clandestine-xl-1.0',
35
- 'John6666/silvermoon-mix-01xl-v11-sdxl',
36
  'digiplay/majicMIX_sombre_v2',
37
  'digiplay/majicMIX_realistic_v6',
38
  'digiplay/majicMIX_realistic_v7',
 
18
  'eienmojiki/Anything-XL',
19
  'eienmojiki/Starry-XL-v5.2',
20
  'gsdf/CounterfeitXL',
21
+ 'John6666/silvermoon-mix-01xl-v11-sdxl',
22
  'WhiteAiZ/autismmixSDXL_autismmixConfetti_diffusers',
23
+ 'kitty7779/ponyDiffusionV6XL',
24
  'GraydientPlatformAPI/aniverse-pony',
25
  'John6666/mistoon-anime-ponyalpha-sdxl',
26
  'John6666/ebara-mfcg-pony-mix-v12-sdxl',
 
30
  'John6666/cyberrealistic-pony-v63-sdxl',
31
  'GraydientPlatformAPI/realcartoon-pony-diffusion',
32
  'John6666/nova-anime-xl-pony-v5-sdxl',
33
+ 'John6666/autismmix-sdxl-autismmix-pony-sdxl',
34
  'yodayo-ai/kivotos-xl-2.0',
35
  'yodayo-ai/holodayo-xl-2.1',
36
  'yodayo-ai/clandestine-xl-1.0',
 
37
  'digiplay/majicMIX_sombre_v2',
38
  'digiplay/majicMIX_realistic_v6',
39
  'digiplay/majicMIX_realistic_v7',