We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b67723b commit 0835ca1Copy full SHA for 0835ca1
docs/source/en/api/pipelines/stable_diffusion/stable_diffusion_3.md
@@ -77,7 +77,7 @@ from diffusers import StableDiffusion3Pipeline
77
from transformers import SiglipVisionModel, SiglipImageProcessor
78
79
image_encoder_id = "google/siglip-so400m-patch14-384"
80
-ip_adapter_id = "guiyrt/InstantX-SD3.5-Large-IP-Adapter-diffusers"
+ip_adapter_id = "InstantX/SD3.5-Large-IP-Adapter"
81
82
feature_extractor = SiglipImageProcessor.from_pretrained(
83
image_encoder_id,
0 commit comments