- 강의 질문
- AI CREATIVE
Chapter 6 질문입니다... Checkpoint 다운받아서 넣었는데 이런 오류가 떠요
이 질문 전에 질문했었던 내용은 현재 이런 상황입니다
포터블_soylab에서 빈 화면이 나오는 경우 : Load default 누르니까 강사님과 같은 기본 화면이 나옴
포터블에서 빈 화면이 나오는 경우 : Load default 누르니까 강사님과 같은 기본 화면이 나옴
매뉴얼 버전 같은 경우 흰 화면만 뜨고 아무것도 안 뜨는 건 아직도 해결이 안 된 상태고
이런 상황에서 우선 답변만 기다리기 보다는 챗gpt나 제미나이 등을 활용해서 계속해서 강의 수강 중입니다.
근데 Chapter 6에서 Checkpoint를 강사님이 말씀하신 폴더에 넣어두고 Queue Prompt를 눌렀을 때 이런 창이 뜹니다
포터블과 포터블_soylab에서 실행한 Comfyui 둘 다 동일한 증상 발생


해당 내용 전문은 다음과 같습니다
참고로 제가 쓰고 있는 그래픽 카드는 [MSI] 지포스 RTX 5060 Ti 쉐도우 2X OC 플러스 D7 16GB 이거 입니다
강의 수강에 있어서 제 그래픽 카드가 문제가 되는 건가요...?
Error occurred when executing CLIPTextEncode: CUDA error: no kernel image is available for execution on the device CUDA kernel errors might be asynchronously reported at some other API call, so the stacktrace below might be incorrect. For debugging consider passing CUDA_LAUNCH_BLOCKING=1. Compile with `TORCH_USE_CUDA_DSA` to enable device-side assertions. File "C:\sd\fc_comfyui\ComfyUI_windows_portable\ComfyUI\execution.py", line 152, in recursive_execute output_data, output_ui = get_output_data(obj, input_data_all) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\sd\fc_comfyui\ComfyUI_windows_portable\ComfyUI\execution.py", line 82, in get_output_data return_values = map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\sd\fc_comfyui\ComfyUI_windows_portable\ComfyUI\execution.py", line 75, in map_node_over_list results.append(getattr(obj, func)(**slice_dict(input_data_all, i))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\sd\fc_comfyui\ComfyUI_windows_portable\ComfyUI\nodes.py", line 56, in encode cond, pooled = clip.encode_from_tokens(tokens, return_pooled=True) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\sd\fc_comfyui\ComfyUI_windows_portable\ComfyUI\comfy\sd.py", line 135, in encode_from_tokens cond, pooled = self.cond_stage_model.encode_token_weights(tokens) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\sd\fc_comfyui\ComfyUI_windows_portable\ComfyUI\comfy\sd1_clip.py", line 518, in encode_token_weights out, pooled = getattr(self, self.clip).encode_token_weights(token_weight_pairs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\sd\fc_comfyui\ComfyUI_windows_portable\ComfyUI\comfy\sd1_clip.py", line 39, in encode_token_weights out, pooled = self.encode(to_encode) ^^^^^^^^^^^^^^^^^^^^^^ File "C:\sd\fc_comfyui\ComfyUI_windows_portable\ComfyUI\comfy\sd1_clip.py", line 195, in encode return self(tokens) ^^^^^^^^^^^^ File "C:\sd\fc_comfyui\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1511, in _wrapped_call_impl return self._call_impl(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\sd\fc_comfyui\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1520, in _call_impl return forward_call(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\sd\fc_comfyui\ComfyUI_windows_portable\ComfyUI\comfy\sd1_clip.py", line 177, in forward outputs = self.transformer(tokens, attention_mask, intermediate_output=self.layer_idx, final_layer_norm_intermediate=self.layer_norm_hidden_state) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\sd\fc_comfyui\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1511, in _wrapped_call_impl return self._call_impl(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\sd\fc_comfyui\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1520, in _call_impl return forward_call(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\sd\fc_comfyui\ComfyUI_windows_portable\ComfyUI\comfy\clip_model.py", line 134, in forward x = self.text_model(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\sd\fc_comfyui\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1511, in _wrapped_call_impl return self._call_impl(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\sd\fc_comfyui\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1520, in _call_impl return forward_call(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\sd\fc_comfyui\ComfyUI_windows_portable\ComfyUI\comfy\clip_model.py", line 97, in forward x = self.embeddings(input_tokens) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\sd\fc_comfyui\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1511, in _wrapped_call_impl return self._call_impl(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\sd\fc_comfyui\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1520, in _call_impl return forward_call(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\sd\fc_comfyui\ComfyUI_windows_portable\ComfyUI\comfy\clip_model.py", line 80, in forward return self.token_embedding(input_tokens) + self.position_embedding.weight ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\sd\fc_comfyui\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1511, in _wrapped_call_impl return self._call_impl(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\sd\fc_comfyui\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1520, in _call_impl return forward_call(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\sd\fc_comfyui\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\sparse.py", line 163, in forward return F.embedding( ^^^^^^^^^^^^ File "C:\sd\fc_comfyui\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\functional.py", line 2237, in embedding return torch.embedding(weight, input, padding_idx, scale_grad_by_freq, sparse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^