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.
2 parents c83d01b + 2aa8393 commit 462a196Copy full SHA for 462a196
environment-mac.yaml
@@ -30,3 +30,5 @@ dependencies:
30
- -e git+https://github.com/CompVis/taming-transformers.git@master#egg=taming-transformers
31
- -e git+https://github.com/lstein/k-diffusion.git@master#egg=k-diffusion
32
- -e .
33
+variables:
34
+ PYTORCH_ENABLE_MPS_FALLBACK: 1
ldm/simplet2i.py
@@ -124,7 +124,7 @@ def __init__(
124
grid=False,
125
width=512,
126
height=512,
127
- sampler_name='klms',
+ sampler_name='k_lms',
128
latent_channels=4,
129
downsampling_factor=8,
130
ddim_eta=0.0, # deterministic
0 commit comments