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 0b065c0 commit 9e1b8a0Copy full SHA for 9e1b8a0
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 = "InstantX/SD3.5-Large-IP-Adapter"
+ip_adapter_id = "guiyrt/InstantX-SD3.5-Large-IP-Adapter-diffusers"
81
82
feature_extractor = SiglipImageProcessor.from_pretrained(
83
image_encoder_id,
0 commit comments