Compositional-Visual-Generation-with-Composable-Diffusion-Models-PyTorch icon indicating copy to clipboard operation
Compositional-Visual-Generation-with-Composable-Diffusion-Models-PyTorch copied to clipboard

[ECCV 2022] Compositional Generation using Diffusion Models

Results 5 Compositional-Visual-Generation-with-Composable-Diffusion-Models-PyTorch issues
Sort by recently updated
recently updated
newest added

This pull request makes it possible to run your model inside a Docker environment, which makes it easier for other people to run it. We're using an open source tool...

Hi, thanks for the brilliant work. I was wondering if the binary classifier used to evaluate FFHQ results is same as CLEVR dataset? I mean is same model architecture (for...

change ```from diffusers.pipeline_util import DiffusionPipeline``` to ```from diffusers import DiffusionPipeline``` in pipeline_composable_stable_diffusion.py file, due to updates in diffusers.