yeq6x commited on
Commit
2867bc8
·
1 Parent(s): 7608cfe

dependencies

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -35,12 +35,12 @@ ratios = np.array(list(ratios_map.keys()))
35
  openpose = OpenposeDetector.from_pretrained('lllyasviel/ControlNet')
36
 
37
  controlnet = ControlNetModel.from_pretrained(
38
- "briaai/BRIA-2.3-ControlNet-Pose",
39
  torch_dtype=torch.float16
40
  ).to('cuda')
41
 
42
  pipe = StableDiffusionXLControlNetPipeline.from_pretrained(
43
- "briaai/BRIA-2.3",
44
  controlnet=controlnet,
45
  torch_dtype=torch.float16,
46
  low_cpu_mem_usage=True,
 
35
  openpose = OpenposeDetector.from_pretrained('lllyasviel/ControlNet')
36
 
37
  controlnet = ControlNetModel.from_pretrained(
38
+ "yeq6x/Image2PositionColor_v3",
39
  torch_dtype=torch.float16
40
  ).to('cuda')
41
 
42
  pipe = StableDiffusionXLControlNetPipeline.from_pretrained(
43
+ "yeq6x/animagine_position_map",
44
  controlnet=controlnet,
45
  torch_dtype=torch.float16,
46
  low_cpu_mem_usage=True,