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: