mirror of
https://github.com/vladmandic/automatic
synced 2026-08-27 15:41:00 +02:00
lora: absolute path, hf download, flux controlnet loras
Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
@@ -375,10 +375,10 @@ def process_decode(p: processing.StableDiffusionProcessing, output):
|
||||
elif hasattr(output, 'images'):
|
||||
results = output.images
|
||||
else:
|
||||
shared.log.warning('Processing returned no results')
|
||||
shared.log.warning('Processing: no results')
|
||||
results = []
|
||||
else:
|
||||
shared.log.warning('Processing returned no results')
|
||||
shared.log.warning('Processing: no results')
|
||||
results = []
|
||||
return results
|
||||
|
||||
|
||||
Reference in New Issue
Block a user