nphSi commited on
Commit
d863d11
·
verified ·
1 Parent(s): 04c56c3

Upload datascript.js with huggingface_hub

Browse files
Files changed (1) hide show
  1. datascript.js +4 -1
datascript.js CHANGED
@@ -2,6 +2,7 @@ lucide.createIcons();
2
 
3
  const initialData = [
4
 
 
5
  { id: '571', name: "Demi Moore", category: "ZI-Female", letter: "D", image: "https://nphsi-lookalike-lora-index.static.hf.space/th/th-ZI Demi Moore (vrtlDemiMoore)-ID.webp", view: "https://huggingface.co/nphSi/Z-Image-Lora/resolve/main/ZI Demi Moore (vrtlDemiMoore)-ID.webp", info: "Demi Moore", download: "https://huggingface.co/nphSi/Z-Image-Lora/resolve/main/ZI Demi Moore (vrtlDemiMoore).safetensors", dateAdded: "2026-03-14" },
6
  { id: '570', name: "Asia Argento", category: "ZI-Female", letter: "A", image: "https://nphsi-lookalike-lora-index.static.hf.space/th/th-ZI Asia Argento (vrtlAsiaArgento)-ID.webp", view: "https://huggingface.co/nphSi/Z-Image-Lora/resolve/main/ZI Asia Argento (vrtlAsiaArgento)-ID.webp", info: "Asia Argento", download: "https://huggingface.co/nphSi/Z-Image-Lora/resolve/main/ZI Asia Argento (vrtlAsiaArgento).safetensors", dateAdded: "2026-03-14" },
7
  { id: '569', name: "Winnie Harlow", category: "ZI-Female", letter: "W", image: "https://nphsi-lookalike-lora-index.static.hf.space/th/th-ZI Winnie Harlow (vrtlWinnieHarlow)-ID.webp", view: "https://huggingface.co/nphSi/Z-Image-Lora/resolve/main/ZI Winnie Harlow (vrtlWinnieHarlow)-ID.webp", info: "Winnie Harlow", download: "https://huggingface.co/nphSi/Z-Image-Lora/resolve/main/ZI Winnie Harlow (vrtlWinnieHarlow).safetensors", dateAdded: "2026-03-13" },
@@ -946,9 +947,11 @@ const initialData = [
946
  case "ZI-Female":
947
  document.getElementById('catheader').textContent = `Showing Female Lookalikes for Z-Image, all compatible with ZI Base and Turbo (Euler/Beta/9 Steps/Aura 6) `; break;
948
  case "SDXL":
949
- document.getElementById('catheader').textContent = `Showing LoRAs for SDXL trained on MindStorm `; break;
950
  case "ZI-Male":
951
  document.getElementById('catheader').textContent = `Selected GOAT Male Lookalikes for Z-Image `; break;
 
 
952
  case "style":
953
  document.getElementById('catheader').textContent = `Showing Style and Concept LoRAs for Z-Image `; break;
954
 
 
2
 
3
  const initialData = [
4
 
5
+ { id: '572', name: "Fernanda Brandao", category: "ZI-Female", letter: "F", image: "https://nphsi-lookalike-lora-index.static.hf.space/th/th-ZI Fernanda Brandao (vrtlFernandaBrandao)-ID.webp", view: "https://huggingface.co/nphSi/Z-Image-Lora/resolve/main/ZI Fernanda Brandao (vrtlFernandaBrandao)-ID.webp", info: "Fernanda Brandao", download: "https://huggingface.co/nphSi/Z-Image-Lora/resolve/main/ZI Fernanda Brandao (vrtlFernandaBrandao).safetensors", dateAdded: "2026-03-14" },
6
  { id: '571', name: "Demi Moore", category: "ZI-Female", letter: "D", image: "https://nphsi-lookalike-lora-index.static.hf.space/th/th-ZI Demi Moore (vrtlDemiMoore)-ID.webp", view: "https://huggingface.co/nphSi/Z-Image-Lora/resolve/main/ZI Demi Moore (vrtlDemiMoore)-ID.webp", info: "Demi Moore", download: "https://huggingface.co/nphSi/Z-Image-Lora/resolve/main/ZI Demi Moore (vrtlDemiMoore).safetensors", dateAdded: "2026-03-14" },
7
  { id: '570', name: "Asia Argento", category: "ZI-Female", letter: "A", image: "https://nphsi-lookalike-lora-index.static.hf.space/th/th-ZI Asia Argento (vrtlAsiaArgento)-ID.webp", view: "https://huggingface.co/nphSi/Z-Image-Lora/resolve/main/ZI Asia Argento (vrtlAsiaArgento)-ID.webp", info: "Asia Argento", download: "https://huggingface.co/nphSi/Z-Image-Lora/resolve/main/ZI Asia Argento (vrtlAsiaArgento).safetensors", dateAdded: "2026-03-14" },
8
  { id: '569', name: "Winnie Harlow", category: "ZI-Female", letter: "W", image: "https://nphsi-lookalike-lora-index.static.hf.space/th/th-ZI Winnie Harlow (vrtlWinnieHarlow)-ID.webp", view: "https://huggingface.co/nphSi/Z-Image-Lora/resolve/main/ZI Winnie Harlow (vrtlWinnieHarlow)-ID.webp", info: "Winnie Harlow", download: "https://huggingface.co/nphSi/Z-Image-Lora/resolve/main/ZI Winnie Harlow (vrtlWinnieHarlow).safetensors", dateAdded: "2026-03-13" },
 
947
  case "ZI-Female":
948
  document.getElementById('catheader').textContent = `Showing Female Lookalikes for Z-Image, all compatible with ZI Base and Turbo (Euler/Beta/9 Steps/Aura 6) `; break;
949
  case "SDXL":
950
+ document.getElementById('catheader').textContent = `Showing LoRAs for SDXL trained on MindStorm `; break;
951
  case "ZI-Male":
952
  document.getElementById('catheader').textContent = `Selected GOAT Male Lookalikes for Z-Image `; break;
953
+ case "bsides":
954
+ document.getElementById('catheader').textContent = `Showing B-Sides LoRAs for Z-Image `; break;
955
  case "style":
956
  document.getElementById('catheader').textContent = `Showing Style and Concept LoRAs for Z-Image `; break;
957