SD Api Pics extension, v.1.1 (#596)
This commit is contained in:
parent
5543a5089d
commit
ffd102e5c0
6 changed files with 282 additions and 102 deletions
|
@ -1,4 +1,3 @@
|
|||
import gc
|
||||
import re
|
||||
import time
|
||||
import traceback
|
||||
|
@ -12,7 +11,7 @@ from modules.callbacks import (Iteratorize, Stream,
|
|||
_SentinelTokenStoppingCriteria)
|
||||
from modules.extensions import apply_extensions
|
||||
from modules.html_generator import generate_4chan_html, generate_basic_html
|
||||
from modules.models import local_rank
|
||||
from modules.models import clear_torch_cache, local_rank
|
||||
|
||||
|
||||
def get_max_prompt_length(tokens):
|
||||
|
@ -101,12 +100,6 @@ def formatted_outputs(reply, model_name):
|
|||
return reply
|
||||
|
||||
|
||||
def clear_torch_cache():
|
||||
gc.collect()
|
||||
if not shared.args.cpu:
|
||||
torch.cuda.empty_cache()
|
||||
|
||||
|
||||
def set_manual_seed(seed):
|
||||
if seed != -1:
|
||||
torch.manual_seed(seed)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue