Rishabh12j commited on
Commit
f8d3078
·
verified ·
1 Parent(s): e5b6936

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -10,8 +10,8 @@ import requests
10
  from PIL import Image
11
 
12
 
13
- BASE_FOLDER = Path("C:/Users/risha/OneDrive/Documents/CourseWork/ComfyUI/ComfyUI_windows_portable/ComfyUI")
14
- MODELS_FOLDER = BASE_FOLDER / "models/checkpoints"
15
  UPSCALE_MODELS_FOLDER = BASE_FOLDER / "models/upscale_models"
16
  INPUT_DIR = BASE_FOLDER / "input"
17
  OUTPUT_DIR = BASE_FOLDER / "output"
 
10
  from PIL import Image
11
 
12
 
13
+ BASE_FOLDER = Path("")
14
+ MODELS_FOLDER = BASE_FOLDER / "/"
15
  UPSCALE_MODELS_FOLDER = BASE_FOLDER / "models/upscale_models"
16
  INPUT_DIR = BASE_FOLDER / "input"
17
  OUTPUT_DIR = BASE_FOLDER / "output"