Skip to content

Commit

Permalink
fix: rollback update
Browse files Browse the repository at this point in the history
  • Loading branch information
Linaqruf committed Jan 1, 2023
1 parent ce1b6df commit ef401be
Show file tree
Hide file tree
Showing 39 changed files with 4,116 additions and 4,388 deletions.
54 changes: 0 additions & 54 deletions bitsandbytes_windows/cextension.py

This file was deleted.

Binary file removed bitsandbytes_windows/libbitsandbytes_cpu.dll
Binary file not shown.
Binary file removed bitsandbytes_windows/libbitsandbytes_cuda116.dll
Binary file not shown.
166 changes: 0 additions & 166 deletions bitsandbytes_windows/main.py

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import torch
from diffusers import StableDiffusionPipeline

import library.model_util as model_util
import model_util


def convert(args):
Expand Down Expand Up @@ -48,7 +48,7 @@ def convert(args):
v2_model = unet.config.cross_attention_dim == 1024
print("checking model version: model is " + ('v2' if v2_model else 'v1'))
else:
v2_model = not args.v1
v2_model = args.v1

# 変換して保存する
msg = ("checkpoint" + ("" if save_dtype is None else f" in {save_dtype}")) if is_save_ckpt else "Diffusers"
Expand Down
Loading

0 comments on commit ef401be

Please sign in to comment.