barreloflube commited on
Commit
013fc9c
1 Parent(s): 7490ef4

Refactor UI structure and update image tab imports

Browse files
Files changed (1) hide show
  1. src/ui/tabs/images/flux.py +1 -1
src/ui/tabs/images/flux.py CHANGED
@@ -10,7 +10,7 @@ from src.tasks.images.sd import gen_img, ControlNetReq, SDReq, SDImg2ImgReq, SDI
10
 
11
 
12
  models = ["black-forest-labs/FLUX.1-dev"]
13
- with open("data/images/lora/flux.json", "r") as f:
14
  loras = json.load(f)
15
 
16
 
 
10
 
11
 
12
  models = ["black-forest-labs/FLUX.1-dev"]
13
+ with open("data/images/loras/flux.json", "r") as f:
14
  loras = json.load(f)
15
 
16