TheLastBen commited on
Commit
973256b
1 Parent(s): 6f0bde7

Update Scripts/mainppsComfy.py

Browse files
Files changed (1) hide show
  1. Scripts/mainppsComfy.py +2 -0
Scripts/mainppsComfy.py CHANGED
@@ -238,6 +238,8 @@ def mdls(Original_Model_Version, Path_to_MODEL, MODEL_LINK, Temporary_Storage=Fa
238
 
239
  def loradwn(LoRA_LINK):
240
 
 
 
241
  if LoRA_LINK=='':
242
  print('Nothing to do')
243
  else:
 
238
 
239
  def loradwn(LoRA_LINK):
240
 
241
+ import gdown
242
+
243
  if LoRA_LINK=='':
244
  print('Nothing to do')
245
  else: