Is that the intended process?
I thought it is likely the case that you replicate the same techniques of the paper/library in the masks variable and model_fn, sample_64 functions and that the actual composable-diffusion library is not needed - but then I wondered why is it installed; would be great to get this clarified!
Hi, checking out the Colab demo https://colab.research.google.com/github/energy-based-model/Compositional-Visual-Generation-with-Composable-Diffusion-Models-PyTorch/blob/main/notebooks/compose_glide.ipynb
I couldn't find where the
composable-diffusion
library is used. If I comment out the first line that installs iteverything still works just fine
Is that the intended process? I thought it is likely the case that you replicate the same techniques of the paper/library in the
masks
variable andmodel_fn
,sample_64
functions and that the actualcomposable-diffusion
library is not needed - but then I wondered why is it installed; would be great to get this clarified!