We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3c3fce commit 23e43deCopy full SHA for 23e43de
train_latent_only.py
@@ -20,7 +20,7 @@
20
from datasets import load_dataset
21
from diffusers.models import AutoencoderKL
22
23
-vae = AutoencoderKL.from_pretrained("CompVis/stable-diffusion-v1-4", subfolder = "vae")
+vae = AutoencoderKL.from_pretrained("./path/to/your/autoencoder", subfolder = "vae")
24
25
class Encoder(Module):
26
def __init__(self, vae):
train_latent_with_text.py
0 commit comments