ford442 commited on
Commit
4b9e6c5
·
verified ·
1 Parent(s): e1df490

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -96,7 +96,7 @@ STYLE_NAMES = list(styles.keys())
96
  HF_TOKEN = os.getenv("HF_TOKEN")
97
 
98
  #sampling_schedule = AysSchedules["StableDiffusionXLTimesteps"]
99
- upscaler = UpscaleWithModel.from_pretrained("ford442/ClearRealityV1").to(torch.device("cuda:0"))
100
 
101
  def apply_style(style_name: str, positive: str, negative: str = "") -> Tuple[str, str]:
102
  if style_name in styles:
 
96
  HF_TOKEN = os.getenv("HF_TOKEN")
97
 
98
  #sampling_schedule = AysSchedules["StableDiffusionXLTimesteps"]
99
+ upscaler = UpscaleWithModel.from_pretrained("Kim2091/ClearRealityV1").to(torch.device("cuda:0"))
100
 
101
  def apply_style(style_name: str, positive: str, negative: str = "") -> Tuple[str, str]:
102
  if style_name in styles: