Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
levihsu committed Feb 21, 2024
1 parent 5eeaec8 commit 45895c2
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ootd/pipelines_ootd/attention_garm.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

# Modified by Yuhao Xu for OOTDiffusion (https://github.com/levihsu/OOTDiffusion)
from typing import Any, Dict, Optional

import torch
Expand Down
2 changes: 2 additions & 0 deletions ootd/pipelines_ootd/attention_vton.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

# Modified by Yuhao Xu for OOTDiffusion (https://github.com/levihsu/OOTDiffusion)
from typing import Any, Dict, Optional

import torch
Expand Down
1 change: 1 addition & 0 deletions ootd/pipelines_ootd/pipeline_ootd.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# Modified by Yuhao Xu for OOTDiffusion (https://github.com/levihsu/OOTDiffusion)
import inspect
from typing import Any, Callable, Dict, List, Optional, Union

Expand Down
2 changes: 2 additions & 0 deletions ootd/pipelines_ootd/transformer_garm_2d.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

# Modified by Yuhao Xu for OOTDiffusion (https://github.com/levihsu/OOTDiffusion)
from dataclasses import dataclass
from typing import Any, Dict, Optional

Expand Down
2 changes: 2 additions & 0 deletions ootd/pipelines_ootd/transformer_vton_2d.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

# Modified by Yuhao Xu for OOTDiffusion (https://github.com/levihsu/OOTDiffusion)
from dataclasses import dataclass
from typing import Any, Dict, Optional

Expand Down
2 changes: 2 additions & 0 deletions ootd/pipelines_ootd/unet_garm_2d_blocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

# Modified by Yuhao Xu for OOTDiffusion (https://github.com/levihsu/OOTDiffusion)
from typing import Any, Dict, Optional, Tuple, Union

import numpy as np
Expand Down
2 changes: 2 additions & 0 deletions ootd/pipelines_ootd/unet_garm_2d_condition.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

# Modified by Yuhao Xu for OOTDiffusion (https://github.com/levihsu/OOTDiffusion)
from dataclasses import dataclass
from typing import Any, Dict, List, Optional, Tuple, Union

Expand Down
2 changes: 2 additions & 0 deletions ootd/pipelines_ootd/unet_vton_2d_blocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

# Modified by Yuhao Xu for OOTDiffusion (https://github.com/levihsu/OOTDiffusion)
from typing import Any, Dict, Optional, Tuple, Union

import numpy as np
Expand Down
2 changes: 2 additions & 0 deletions ootd/pipelines_ootd/unet_vton_2d_condition.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

# Modified by Yuhao Xu for OOTDiffusion (https://github.com/levihsu/OOTDiffusion)
from dataclasses import dataclass
from typing import Any, Dict, List, Optional, Tuple, Union

Expand Down

0 comments on commit 45895c2

Please sign in to comment.