ArtelTaleb commited on
Commit
3150da1
·
verified ·
1 Parent(s): f72b9fd

remove: drop non-functional SD 1.5 and Dreamshaper models

Browse files
Files changed (1) hide show
  1. index.html +0 -4
index.html CHANGED
@@ -506,8 +506,6 @@ body::before {
506
  <div class="style-grid" id="model-grid">
507
  <button class="style-pill active" data-model="flux-schnell">FLUX.1 SCHNELL</button>
508
  <button class="style-pill" data-model="sdxl">SDXL BASE</button>
509
- <button class="style-pill" data-model="sd21">DREAMSHAPER ★ FREE</button>
510
- <button class="style-pill" data-model="sd15">SD 1.5 ★ FREE</button>
511
  </div>
512
  </div>
513
  </div>
@@ -574,8 +572,6 @@ const state = {
574
  const MODELS = {
575
  'flux-schnell': { endpoint:'https://router.huggingface.co/hf-inference/models/black-forest-labs/FLUX.1-schnell', label:'FLUX.1 [FAST]' },
576
  'sdxl': { endpoint:'https://router.huggingface.co/hf-inference/models/stabilityai/stable-diffusion-xl-base-1.0', label:'SDXL [FREE]' },
577
- 'sd21': { endpoint:'https://router.huggingface.co/hf-inference/models/Lykon/dreamshaper-8', label:'DREAMSHAPER [FREE]' },
578
- 'sd15': { endpoint:'https://router.huggingface.co/hf-inference/models/stable-diffusion-v1-5/stable-diffusion-v1-5', label:'SD 1.5 [FREE]' },
579
  };
580
  let currentModel = 'flux-schnell';
581
  const gallery = [];
 
506
  <div class="style-grid" id="model-grid">
507
  <button class="style-pill active" data-model="flux-schnell">FLUX.1 SCHNELL</button>
508
  <button class="style-pill" data-model="sdxl">SDXL BASE</button>
 
 
509
  </div>
510
  </div>
511
  </div>
 
572
  const MODELS = {
573
  'flux-schnell': { endpoint:'https://router.huggingface.co/hf-inference/models/black-forest-labs/FLUX.1-schnell', label:'FLUX.1 [FAST]' },
574
  'sdxl': { endpoint:'https://router.huggingface.co/hf-inference/models/stabilityai/stable-diffusion-xl-base-1.0', label:'SDXL [FREE]' },
 
 
575
  };
576
  let currentModel = 'flux-schnell';
577
  const gallery = [];