Bootloader commited on
Commit
611f7cb
·
1 Parent(s): eca11f4

diffusers real

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,7 +52,7 @@ MAX_IMAGE_SIZE = int(os.getenv("MAX_IMAGE_SIZE", "2048"))
52
  USE_TORCH_COMPILE = os.getenv("USE_TORCH_COMPILE") == "1"
53
  ENABLE_CPU_OFFLOAD = os.getenv("ENABLE_CPU_OFFLOAD") == "1"
54
 
55
- MODEL = os.getenv("MODEL", "https://huggingface.co/Enferlain/218xl/blob/main/218xl.safetensors")
56
 
57
  torch.backends.cudnn.deterministic = True
58
  torch.backends.cudnn.benchmark = False
 
52
  USE_TORCH_COMPILE = os.getenv("USE_TORCH_COMPILE") == "1"
53
  ENABLE_CPU_OFFLOAD = os.getenv("ENABLE_CPU_OFFLOAD") == "1"
54
 
55
+ MODEL = os.getenv("MODEL", "Enferlain/218xl")
56
 
57
  torch.backends.cudnn.deterministic = True
58
  torch.backends.cudnn.benchmark = False