Cognomen commited on
Commit
c528020
Β·
1 Parent(s): 5f93ced
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ conditioning_image_transforms = T.Compose(
18
  ]
19
  )
20
 
21
- cnet = ControlNetModel.from_pretrained("./models/catcon-model-wd", torch_dtype=torch.float16, from_flax=True)
22
  pipe = ControlNetModel.from_pretrained(
23
  "./models/wd-1-5-b2",
24
  controlnet=cnet,
 
18
  ]
19
  )
20
 
21
+ cnet = ControlNetModel.from_pretrained("./models/catcon-controlnet-wd", torch_dtype=torch.float16, from_flax=True)
22
  pipe = ControlNetModel.from_pretrained(
23
  "./models/wd-1-5-b2",
24
  controlnet=cnet,