Stability-AI/Comfyui_LamaPublic forked fromhhhzzyang/Comfyui_Lama NotificationsYou must be signed in to change notification settings Fork0 Star1 Breadcrumbs Comfyui_Lama / Latest commit awesomeyang update example workflow Oct 2, 2023 744b431·Oct 2, 2023 ...
Stability-AI/Comfyui_LamaPublic forked fromhhhzzyang/Comfyui_Lama NotificationsYou must be signed in to change notification settings Fork0 Star2 Code Pull requests1 Actions Projects Security Insights Additional navigation options Files main config ...
("LAMA","YAML_CONFIG") FUNCTION = "load_lama" CATEGORY = "lama" def load_lama(self,config): device = torch.device(config.device) config.training_model.predict_only = True config.visualizer.kind = 'noop' checkpoint_path = os.path.join(MODELS_DIR,config.model.checkpoint) model = load_...