Spaces:
Sleeping
Sleeping
dependencies
Browse files
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 |
-
"
|
39 |
torch_dtype=torch.float16
|
40 |
).to('cuda')
|
41 |
|
42 |
pipe = StableDiffusionXLControlNetPipeline.from_pretrained(
|
43 |
-
"
|
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,
|