remove unused codes

This commit is contained in:
lllyasviel 2023-10-31 13:20:34 -07:00
parent f30e71ad64
commit f07e64b357
1 changed files with 1 additions and 1 deletions

View File

@ -3,11 +3,11 @@ import torch
import math
import fcbh.model_management as model_management
from transformers.generation.logits_process import LogitsProcessorList
from transformers import AutoTokenizer, AutoModelForCausalLM, set_seed
from modules.path import fooocus_expansion_path
from fcbh.model_patcher import ModelPatcher
# limitation of np.random.seed(), called from transformers.set_seed()
SEED_LIMIT_NUMPY = 2**32