Skip to content

Commit

Permalink
clean some unnecessary dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kijai committed Jul 6, 2024
1 parent 0597c9c commit 53fc4f8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
transformers>=4.28.1
fsspec>=2023.4.0
kornia>=0.6.9
open-clip-torch>=2.24.0
Pillow>=9.4.0
pytorch-lightning>=2.2.1
Expand Down
2 changes: 1 addition & 1 deletion sgm/modules/encoders/modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from functools import partial
from typing import Dict, List, Optional, Tuple, Union

import kornia
#import kornia
import numpy as np
import open_clip
import torch
Expand Down
2 changes: 1 addition & 1 deletion sgm/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from functools import partial
from inspect import isfunction

import fsspec
#import fsspec
import numpy as np
import torch
from PIL import Image, ImageDraw, ImageFont
Expand Down

0 comments on commit 53fc4f8

Please sign in to comment.