tools / combined_pipe.py
patrickvonplaten's picture
up
ee24263
raw
history blame
172 Bytes
#!/usr/bin/env python3
from diffusers import KandinskyV22CombinedPipeline
pipe = KandinskyV22CombinedPipeline.from_pretrained("kandinsky-community/kandinsky-2-2-decoder")