huggingface / diffusers

🤗 Diffusers: State-of-the-art diffusion models for image and audio generation in PyTorch and FLAX.
https://huggingface.co/docs/diffusers
Apache License 2.0
26.09k stars 5.38k forks source link

Noised Image #7772

Open massyzs opened 6 months ago

massyzs commented 6 months ago

Hi, I'm using text_to_image_lora, and I found the variavle "X_T" is removed which prevent us feeding the noised image to diffusion. Do you think it is better to add this part? Or I miss something. It is different with previous version.

massyzs commented 6 months ago

Sorry, it is not "prevent", in line 759 we can still do this. But explicit api is a better choice right

github-actions[bot] commented 1 month ago

This issue has been automatically marked as stale because it has not had recent activity. If you think this still needs to be addressed please comment on this thread.

Please note that issues that do not follow the contributing guidelines are likely to be ignored.