Unverified Commit 9e1b8a00 authored by Daniel Regado's avatar Daniel Regado Committed by GitHub
Browse files

[Docs] Update SD3 ip_adapter model_id to diffusers checkpoint (#10597)

Update to diffusers ip_adapter ckpt
parent 0b065c09
......@@ -77,7 +77,7 @@ from diffusers import StableDiffusion3Pipeline
from transformers import SiglipVisionModel, SiglipImageProcessor
image_encoder_id = "google/siglip-so400m-patch14-384"
ip_adapter_id = "InstantX/SD3.5-Large-IP-Adapter"
ip_adapter_id = "guiyrt/InstantX-SD3.5-Large-IP-Adapter-diffusers"
feature_extractor = SiglipImageProcessor.from_pretrained(
image_encoder_id,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment