univ-esuty / noisecollage

This is an official repository for the paper, NoiseCollage, which is a revolutionary extension of text-to-image diffusion models for layout-aware image generation.
34 stars 0 forks source link

Changes to Hugging Face Diffusers #4

Open ivanpuhachov opened 1 month ago

ivanpuhachov commented 1 month ago

Hi, thanks for your work. I am trying to test it in my own experiments. I see you modified Diffusers, in particular attention_processor.py. What are the version of diffusers you were using? Are there any other changes?

ivanpuhachov commented 1 month ago

Hi there! I've been comparing your code with diffusers releases https://github.com/huggingface/diffusers/tags?after=v0.21.2 It looks like this repo code is close to release v0.20.0 with 93 files changed. I plan to use this code for testing purposes, but it would be really helpful for reproducibility if there were a more compact version available.