소스 검색

check-in folders

Locutus 3 년 전
부모
커밋
790a5e1bb7
3개의 변경된 파일0개의 추가작업 그리고 5개의 파일을 삭제
  1. 0 5
      arty/make_image.py
  2. 0 0
      model_data/.gitkeep
  3. 0 0
      tokens/.gitkeep

+ 0 - 5
arty/make_image.py

@@ -1,4 +1,3 @@
-# make sure you're logged in with `huggingface-cli login`
 import copy
 import math
 import os.path
@@ -14,10 +13,6 @@ from utils import get_token
 class Unsafe(StableDiffusionPipeline):
     _num_images = 4
 
-    #def __init__(self, *args, **kwargs):
-    #    self._num_images = kwargs.pop('imgs', 4)
-    #    super().__init__(*args, **kwargs)
-
     def _patch_checker(self):
         if getattr(self, '_patched', False):
             return

+ 0 - 0
model_data/.gitkeep


+ 0 - 0
tokens/.gitkeep