Skip to content

Commit

Permalink
Add warning default to class attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
WASasquatch authored Sep 29, 2023
1 parent 56e3822 commit a8a0062
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CivitAI_Model.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ class CivitAI_Model:
chunk_size = 1024
max_retries = 120
debug_response = False
warning = False

def __init__(self, model_id, save_path, model_paths, model_types=[], model_version=None, download_chunks=None, max_download_retries=None, warning=True, debug_response=False):
self.model_id = model_id
Expand Down

0 comments on commit a8a0062

Please sign in to comment.