Skip to content

Commit

Permalink
Cleanup: Remove a bunch of useless files.
Browse files Browse the repository at this point in the history
  • Loading branch information
comfyanonymous committed Jun 13, 2023
1 parent 74297f5 commit f0a2b81
Show file tree
Hide file tree
Showing 20 changed files with 1 addition and 4,034 deletions.
3 changes: 1 addition & 2 deletions comfy/cldm/cldm.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@

from ..ldm.modules.attention import SpatialTransformer
from ..ldm.modules.diffusionmodules.openaimodel import UNetModel, TimestepEmbedSequential, ResBlock, Downsample, AttentionBlock
from ..ldm.models.diffusion.ddpm import LatentDiffusion
from ..ldm.util import log_txt_as_img, exists, instantiate_from_config
from ..ldm.util import exists


class ControlledUnetModel(UNetModel):
Expand Down
1 change: 0 additions & 1 deletion comfy/diffusers_load.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import yaml

import folder_paths
from comfy.ldm.util import instantiate_from_config
from comfy.sd import ModelPatcher, load_model_weights, CLIP, VAE, load_checkpoint
import os.path as osp
import re
Expand Down
Empty file removed comfy/ldm/data/__init__.py
Empty file.
24 changes: 0 additions & 24 deletions comfy/ldm/data/util.py

This file was deleted.

1,875 changes: 0 additions & 1,875 deletions comfy/ldm/models/diffusion/ddpm.py

This file was deleted.

59 changes: 0 additions & 59 deletions comfy/ldm/modules/encoders/kornia_functions.py

This file was deleted.

Loading

0 comments on commit f0a2b81

Please sign in to comment.