jbilcke-hf HF staff commited on
Commit
59803ed
1 Parent(s): d666a42

add modern-pixar

Browse files
Files changed (1) hide show
  1. src/app/server/actions/models.ts +6 -8
src/app/server/actions/models.ts CHANGED
@@ -23,27 +23,25 @@ export async function getSDXLModels(): Promise<SDXLModel[]> {
23
 
24
  const hardcoded: SDXLModel[] = [
25
  {
26
- "image": "https://pbxt.replicate.delivery/xnswkD3hpl5pMRCrzlwCq5wKA4HMkrJqfwAwd8xQhWndVG3IA/out-0.png",
27
- "title": "sdxl-cinematic-2",
28
- "repo": "jbilcke-hf/sdxl-cinematic-2",
29
- "trigger_word": "cinematic-2",
30
  "weights": "pytorch_lora_weights.safetensors",
31
  "is_compatible": true,
32
  "likes": 0,
33
  "downloads": 0
34
  },
35
- /*
36
  {
37
  "image": "https://pbxt.replicate.delivery/xnswkD3hpl5pMRCrzlwCq5wKA4HMkrJqfwAwd8xQhWndVG3IA/out-0.png",
38
- "title": "cinematic-2",
39
- "repo": "jbilcke-hf/cinematic-2",
40
  "trigger_word": "cinematic-2",
41
  "weights": "pytorch_lora_weights.safetensors",
42
  "is_compatible": true,
43
  "likes": 0,
44
  "downloads": 0
45
  },
46
- */
47
  ]
48
 
49
  return hardcoded.concat(compatibleModels)
 
23
 
24
  const hardcoded: SDXLModel[] = [
25
  {
26
+ "image": "https://i.imgur.com/CkzfZ8s_d.webp?maxwidth=760&fidelity=grand",
27
+ "title": "sdxl-modern-pixar",
28
+ "repo": "jbilcke-hf/sdxl-modern-pixar",
29
+ "trigger_word": "modern-pixar",
30
  "weights": "pytorch_lora_weights.safetensors",
31
  "is_compatible": true,
32
  "likes": 0,
33
  "downloads": 0
34
  },
 
35
  {
36
  "image": "https://pbxt.replicate.delivery/xnswkD3hpl5pMRCrzlwCq5wKA4HMkrJqfwAwd8xQhWndVG3IA/out-0.png",
37
+ "title": "sdxl-cinematic-2",
38
+ "repo": "jbilcke-hf/sdxl-cinematic-2",
39
  "trigger_word": "cinematic-2",
40
  "weights": "pytorch_lora_weights.safetensors",
41
  "is_compatible": true,
42
  "likes": 0,
43
  "downloads": 0
44
  },
 
45
  ]
46
 
47
  return hardcoded.concat(compatibleModels)