Skip to content

Commit

Permalink
define loaded_loras as array in image-to-image
Browse files Browse the repository at this point in the history
  • Loading branch information
eliteprox committed Aug 22, 2024
1 parent 9efb760 commit faf8302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runner/app/pipelines/image_to_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def list(cls):

class ImageToImagePipeline(Pipeline):
def __init__(self, model_id: str):
self.loaded_loras = ""
self.loaded_loras = []
self.model_id = model_id
kwargs = {"cache_dir": get_model_dir()}

Expand Down

0 comments on commit faf8302

Please sign in to comment.