Daniel Bilc (SicSo)
Daniel Bilc (SicSo)
Yes, [sd_embed](https://github.com/xhinker/sd_embed) did SD3 support for this. I would still like to see support within compel just because it is structured a bit better IMO.
Also, if you are using SD3 without T5, you can use the already existing functionality with some adjustments: ```python path_to_file = '.../sd3_medium_incl_clips.safetensors' #path to sd3_medium_incl_clips.safetensors model = StableDiffusion3Pipeline.from_single_file(path_to_file, torch_dtype=torch.float16, use_safetensors=True,...