update requirements

This commit is contained in:
Vladimir Mandic
2024-01-29 07:50:43 -05:00
parent 2d32add1a0
commit 157ddd2ad2
2 changed files with 6 additions and 3 deletions
+3
View File
@@ -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
View File
@@ -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