SunderAli17 commited on
Commit
89e9761
·
verified ·
1 Parent(s): 736b5bc

Update src/app.py

Browse files
Files changed (1) hide show
  1. src/app.py +4 -4
src/app.py CHANGED
@@ -55,14 +55,14 @@ CHECKPOINTS = ESRGANUpscalerCheckpoints(
55
  hf_hub_download(
56
  repo_id="SunderAli17/SAKBIR",
57
  filename="4x-UltraSharp.pth",
58
- revision="011deacac8270114eb7d2eeff4fe6fa9a837be70",
59
  )
60
  ),
61
  negative_embedding=Path(
62
  hf_hub_download(
63
  repo_id="SunderAli17/SAKBIR",
64
  filename="JuggernautNegative-neg.pt",
65
- revision="203caa7e9cc2bc225031a4021f6ab1ded283454a",
66
  )
67
  ),
68
  negative_embedding_key="string_to_param.*",
@@ -71,14 +71,14 @@ CHECKPOINTS = ESRGANUpscalerCheckpoints(
71
  hf_hub_download(
72
  repo_id="SunderAli17/SAKBIR",
73
  filename="more_details.safetensors",
74
- revision="a3802c0280c0d00c2ab18d37454a8744c44e474e",
75
  )
76
  ),
77
  "sdxl_render": Path(
78
  hf_hub_download(
79
  repo_id="SunderAli17/SAKBIR",
80
  filename="SDXLrender_v2.0.safetensors",
81
- revision="a3802c0280c0d00c2ab18d37454a8744c44e474e",
82
  )
83
  ),
84
  },
 
55
  hf_hub_download(
56
  repo_id="SunderAli17/SAKBIR",
57
  filename="4x-UltraSharp.pth",
58
+ # revision="011deacac8270114eb7d2eeff4fe6fa9a837be70",
59
  )
60
  ),
61
  negative_embedding=Path(
62
  hf_hub_download(
63
  repo_id="SunderAli17/SAKBIR",
64
  filename="JuggernautNegative-neg.pt",
65
+ # revision="203caa7e9cc2bc225031a4021f6ab1ded283454a",
66
  )
67
  ),
68
  negative_embedding_key="string_to_param.*",
 
71
  hf_hub_download(
72
  repo_id="SunderAli17/SAKBIR",
73
  filename="more_details.safetensors",
74
+ # revision="a3802c0280c0d00c2ab18d37454a8744c44e474e",
75
  )
76
  ),
77
  "sdxl_render": Path(
78
  hf_hub_download(
79
  repo_id="SunderAli17/SAKBIR",
80
  filename="SDXLrender_v2.0.safetensors",
81
+ # revision="a3802c0280c0d00c2ab18d37454a8744c44e474e",
82
  )
83
  ),
84
  },