Simo Ryu

Results 5 issues of Simo Ryu

https://github.com/huggingface/diffusers/blob/25caf24ef90fc44074f4fd3712f6ed5a1db4a5c3/src/diffusers/pipelines/stable_diffusion_xl/pipeline_stable_diffusion_xl.py#L386 Simple fix: ```python pooled_prompt_embeds = prompt_embeds[0] if pooled_prompt_embeds is not None else pooled_prompt_embeds ``` Sorry this isn't a pr :P

Hi there! Im trying to make minRF, and there was a pointer to here, I was wondering what dataset you used for this! Thanks!

As you are probably aware, huggingface-hub allows users to upload model & their implementation as a model repo and users can use them via `AutoModel` and sorts. For example: https://huggingface.co/microsoft/Florence-2-large/tree/main...

good first issue

https://github.com/black-forest-labs/flux/blob/87f6fff727a377ea1c378af692afb41ae84cbe04/src/flux/modules/autoencoder.py#L159-L180 There is hs variable here that is not being used?