Update README.md
Browse files
README.md
CHANGED
@@ -21,7 +21,6 @@ pipe = DiffusionPipeline.from_pretrained(
|
|
21 |
"kiigii/imagedream-ipmv-diffusers",
|
22 |
torch_dtype=torch.float16,
|
23 |
trust_remote_code=True,
|
24 |
-
custom_pipeline="pipeline_imagedream",
|
25 |
)
|
26 |
pipe.load_ip_adapter()
|
27 |
pipe.to("cude")
|
|
|
21 |
"kiigii/imagedream-ipmv-diffusers",
|
22 |
torch_dtype=torch.float16,
|
23 |
trust_remote_code=True,
|
|
|
24 |
)
|
25 |
pipe.load_ip_adapter()
|
26 |
pipe.to("cude")
|