Skip to content

Commit

Permalink
[Docs] Update SD3 ip_adapter model_id to diffusers checkpoint (#10597)
Browse files Browse the repository at this point in the history
Update to diffusers ip_adapter ckpt
  • Loading branch information
guiyrt authored Jan 16, 2025
1 parent 0b065c0 commit 9e1b8a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 9e1b8a0

Please sign in to comment.