Skip to content

Commit

Permalink
add disclaimer
Browse files Browse the repository at this point in the history
  • Loading branch information
apolinario authored Dec 6, 2023
1 parent 983c5d7 commit 5ee58ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker_images/diffusers/app/lora.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ def _load_lora_adapter(self, kwargs):
self._load_textual_embeddings(adapter, model_data)
else:
logger.info("LoRA adapter %s already loaded", adapter)
#Needed while a LoRA is loaded w/ model
if (
self._is_pivotal_tuning_lora(model_data)
and self.current_tokens_loaded == 0
Expand Down

0 comments on commit 5ee58ec

Please sign in to comment.