Fabrice-TIERCELIN commited on
Commit
ff20737
1 Parent(s): 5c154a5

camenduru's model

Browse files
Files changed (1) hide show
  1. gradio_demo.py +4 -4
gradio_demo.py CHANGED
@@ -17,9 +17,9 @@ import spaces
17
  from huggingface_hub import hf_hub_download
18
 
19
  hf_hub_download(repo_id="laion/CLIP-ViT-bigG-14-laion2B-39B-b160k", filename="open_clip_pytorch_model.bin", local_dir="laion_CLIP-ViT-bigG-14-laion2B-39B-b160k")
20
- hf_hub_download(repo_id="yushan777/SUPIR", filename="sd_xl_base_1.0_0.9vae.safetensors", local_dir="yushan777_SUPIR")
21
- hf_hub_download(repo_id="yushan777/SUPIR", filename="SUPIR-v0F.ckpt", local_dir="yushan777_SUPIR")
22
- hf_hub_download(repo_id="yushan777/SUPIR", filename="SUPIR-v0Q.ckpt", local_dir="yushan777_SUPIR")
23
  hf_hub_download(repo_id="RunDiffusion/Juggernaut-XL-Lightning", filename="Juggernaut_RunDiffusionPhoto2_Lightning_4Steps.safetensors", local_dir="RunDiffusion_Juggernaut-XL-Lightning")
24
 
25
  parser = argparse.ArgumentParser()
@@ -226,7 +226,7 @@ else:
226
  ⚠️SUPIR is still a research project under tested and is not yet a stable commercial product.
227
 
228
  <a href="https://arxiv.org/abs/2401.13627">Paper</a> &emsp; <a href="http://supir.xpixel.group/">Project Page</a> &emsp; <a href="https://github.com/Fanghua-Yu/SUPIR/blob/master/assets/DemoGuide.png">How to play</a>
229
- <p style="background-color: red;">This space is still on construction. I have put the error message from the log <a href="https://huggingface.co/spaces/Fabrice-TIERCELIN/SUPIR/discussions/2">in the discussion</a>. any help is appreciated.</p>
230
  """
231
 
232
 
 
17
  from huggingface_hub import hf_hub_download
18
 
19
  hf_hub_download(repo_id="laion/CLIP-ViT-bigG-14-laion2B-39B-b160k", filename="open_clip_pytorch_model.bin", local_dir="laion_CLIP-ViT-bigG-14-laion2B-39B-b160k")
20
+ hf_hub_download(repo_id="camenduru/SUPIR", filename="sd_xl_base_1.0_0.9vae.safetensors", local_dir="yushan777_SUPIR")
21
+ hf_hub_download(repo_id="camenduru/SUPIR", filename="SUPIR-v0F.ckpt", local_dir="yushan777_SUPIR")
22
+ hf_hub_download(repo_id="camenduru/SUPIR", filename="SUPIR-v0Q.ckpt", local_dir="yushan777_SUPIR")
23
  hf_hub_download(repo_id="RunDiffusion/Juggernaut-XL-Lightning", filename="Juggernaut_RunDiffusionPhoto2_Lightning_4Steps.safetensors", local_dir="RunDiffusion_Juggernaut-XL-Lightning")
24
 
25
  parser = argparse.ArgumentParser()
 
226
  ⚠️SUPIR is still a research project under tested and is not yet a stable commercial product.
227
 
228
  <a href="https://arxiv.org/abs/2401.13627">Paper</a> &emsp; <a href="http://supir.xpixel.group/">Project Page</a> &emsp; <a href="https://github.com/Fanghua-Yu/SUPIR/blob/master/assets/DemoGuide.png">How to play</a>
229
+ <p style="background-color: red;">This space is still under construction. I have put the error message from the log <a href="https://huggingface.co/spaces/Fabrice-TIERCELIN/SUPIR/discussions/2">in the discussion</a>. any help is appreciated.</p>
230
  """
231
 
232