ShineChen1024 / MagicClothing

Official implementation of Magic Clothing: Controllable Garment-Driven Image Synthesis
Other
998 stars 93 forks source link

报错,求助,试了很多办法。 #51

Open kellyzxiaowei opened 2 weeks ago

kellyzxiaowei commented 2 weeks ago

2024-04-17 11:52:43.470077: E external/local_xla/xla/stream_executor/cuda/cuda_dnn.cc:9261] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered 2024-04-17 11:52:43.470129: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:607] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered 2024-04-17 11:52:43.471608: E external/local_xla/xla/stream_executor/cuda/cuda_blas.cc:1515] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered 2024-04-17 11:52:44.532182: W tensorflow/compiler/tf2tensorrt/utils/py_utils.cc:38] TF-TRT Warning: Could not find TensorRT Loading pipeline components...: 100% 5/5 [00:03<00:00, 1.59it/s] Traceback (most recent call last): File "/content/MagicClothing/gradio_generate.py", line 25, in full_net = ClothAdapter(pipe, args.model_path, device, args.enable_cloth_guidance) File "/content/MagicClothing/garment_adapter/garment_diffusion.py", line 28, in init with safe_open(ref_path, framework="pt", device="cpu") as f: OSError: No such device (os error 19)

sunhaha123 commented 2 weeks ago

same problem!