consistencydecoder
consistencydecoder copied to clipboard
Consistency Distilled Diff VAE
Hello, I appreciate the work on the Consistency Decoder. I've run into an issue with the model from the repository. It's hard-coded to use `torch.device("cuda:0")`, which is problematic for parallel...
**Changes** Installation instructions: - Added option of cloning and installing via python `setup.py`. This option is preferrable if one is using `assets` for demo. - Added `diffusers` to requirements. Demo:...
I test two images using SD 1.4 from CompVis and this consistencydecoder, and is seems that no obvious difference between of them. Anyone else found this?
Add simple Google Colab notebook for ConsistencyDecoder testing
Hi, dear OpenAI contributors. I encountered an issue while running the following code: ``` self.consistency_dec = ConsistencyDecoder(device=model.device) # maybe cuda:3 self.consistency_dec(latents / self.vae.config.scaling_factor) ``` The problem likely arises from a...
Well, the subject. Is it sane to try to run the decoder on CPU? How many RAM does it need in this case?
Using "con.png" in your code can generate an error which makes you believe something else is wrong. I had been trying to solve this in many ways before finding out...
Unable to download the weights of runwayml/stable-diffusion-v1-5 model. runwayml/stable-diffusion-v1-5 is no longer available on Hugging Face. Is there a pre-downloaded model weight and its related configuration file that you can...