mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 01:04:32 +02:00
update requirements
This commit is contained in:
@@ -565,6 +565,9 @@ def fix_seed(p):
|
||||
|
||||
|
||||
def create_infotext(p: StableDiffusionProcessing, all_prompts=None, all_seeds=None, all_subseeds=None, comments=None, iteration=0, position_in_batch=0, index=None, all_negative_prompts=None):
|
||||
if p is None:
|
||||
shared.log.warning('Processing info: no data')
|
||||
return ''
|
||||
if not hasattr(shared.sd_model, 'sd_checkpoint_info'):
|
||||
return ''
|
||||
if index is None:
|
||||
|
||||
+3
-3
@@ -57,15 +57,15 @@ opencv-contrib-python-headless==4.8.1.78
|
||||
diffusers==0.25.1
|
||||
einops==0.4.1
|
||||
gradio==3.43.2
|
||||
huggingface_hub==0.20.2
|
||||
huggingface_hub==0.20.3
|
||||
numexpr==2.8.4
|
||||
numpy==1.26.2
|
||||
numba==0.58.1
|
||||
pandas==1.5.3
|
||||
protobuf==3.20.3
|
||||
pytorch_lightning==1.9.4
|
||||
tokenizers==0.15.0
|
||||
transformers==4.36.2
|
||||
tokenizers==0.15.1
|
||||
transformers==4.37.1
|
||||
tomesd==0.1.3
|
||||
urllib3==1.26.18
|
||||
Pillow==10.2.0
|
||||
|
||||
Reference in New Issue
Block a user