Skip to content

Commit 0dd0528

Browse files
estelleaflAflaloAflaloAflalo
authored
Small ldm3d fix (huggingface#7464)
* fixed typo * updated doc to be consistent in naming * make style/quality * preprocessing for 4 channels and not 6 * make style * test for 4c * make style/quality * fixed test on cpu * fixed doc typo * changed default ckpt to 4c * Update pipeline_stable_diffusion_ldm3d.py * fix bug --------- Co-authored-by: Aflalo <[email protected]> Co-authored-by: Aflalo <[email protected]> Co-authored-by: Aflalo <[email protected]>
1 parent 1cd4732 commit 0dd0528

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/community/pipeline_stable_diffusion_upscale_ldm3d.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
from diffusers.models import AutoencoderKL, UNet2DConditionModel
2727
from diffusers.models.lora import adjust_lora_scale_text_encoder
2828
from diffusers.pipelines.stable_diffusion import StableDiffusionSafetyChecker
29-
from diffusers.pipelines.stable_diffusion.pipeline_stable_diffusion_ldm3d import LDM3DPipelineOutput
29+
from diffusers.pipelines.stable_diffusion_ldm3d.pipeline_stable_diffusion_ldm3d import LDM3DPipelineOutput
3030
from diffusers.schedulers import DDPMScheduler, KarrasDiffusionSchedulers
3131
from diffusers.utils import (
3232
USE_PEFT_BACKEND,

0 commit comments

Comments
 (0)