Compositional-Visual-Generation-with-Composable-Diffusion-Models-PyTorch
Compositional-Visual-Generation-with-Composable-Diffusion-Models-PyTorch copied to clipboard
[ECCV 2022] Compositional Generation using Diffusion Models
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...
ouput -> output
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.