MultiDiffusion icon indicating copy to clipboard operation
MultiDiffusion copied to clipboard

Official Pytorch Implementation for "MultiDiffusion: Fusing Diffusion Paths for Controlled Image Generation" presenting "MultiDiffusion" (ICML 2023)

Results 23 MultiDiffusion issues
Sort by recently updated
recently updated
newest added

Panoramas represented in Equirectangular Projection usually are generated in a resolution of `Hx2H` format such as 512x1024. But MultiDiffusion uses the resolution of 512x2048. I'm very curious about which projection...

I want to cite an issue, but I see that there hasn't been a commit in three months and that was just the README file.

Hello author, I found a small problem at line 466 of pipeline_stable_diffusion_panorama.py when using the StableDiffusionPanoramaPipeline from diffusers. Should the panorama_height in the judgment statement be changed to panorama_width?

the web demo for the spatial controls hosted on HuggingFace has crashed......

Any idea when paint-by-words pipeline will be released? I implemented one myself at [https://github.com/lukovnikov/diffusers/blob/paintbywords/src/diffusers/pipelines/stable_diffusion/pipeline_stable_diffusion_multidiffusion_paintbywords.py](https://github.com/lukovnikov/diffusers/blob/paintbywords/src/diffusers/pipelines/stable_diffusion/pipeline_stable_diffusion_multidiffusion_paintbywords.py) but i don't know if I did it right.

Do you plan to release the bootstrapping implementation?

Hi, I tried running the Google Colab but I'm getting only part of the panorama generated (see below). Is there a specific version of `diffusers` required? ![image](https://github.com/omerbt/MultiDiffusion/assets/13292973/a3da0091-b75f-4e07-ae70-8b747cb272da)

I have installed the requirements. When I run the demo.ipynb, this problem occured.

Dear authors, I have implemented your algorithm to Automatic1111's WebUI with the following optimization: - Cropping views in a more symmetric way to get a better result. - Pre-calculate weights...

A wonderful work. When will the code be released?