You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(flux) C:\Users\USER\Desktop\catvton-flux>python app.py
Traceback (most recent call last):
File "C:\Users\USER\Desktop\catvton-flux\app.py", line 13, in
subprocess.run("rm -rf /data-nvme/zerogpu-offload/*", env={}, shell=True)
File "C:\Users\USER\anaconda3\envs\flux\lib\subprocess.py", line 503, in run
with Popen(*popenargs, **kwargs) as process:
File "C:\Users\USER\anaconda3\envs\flux\lib\subprocess.py", line 971, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "C:\Users\USER\anaconda3\envs\flux\lib\subprocess.py", line 1456, in _execute_child
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
OSError: [WinError 87] Parametre hatalı
(flux) C:\Users\USER\Desktop\catvton-flux>python app_lora.py
Traceback (most recent call last):
File "C:\Users\USER\Desktop\catvton-flux\app_lora.py", line 13, in
subprocess.run("rm -rf /data-nvme/zerogpu-offload/*", env={}, shell=True)
File "C:\Users\USER\anaconda3\envs\flux\lib\subprocess.py", line 503, in run
with Popen(*popenargs, **kwargs) as process:
File "C:\Users\USER\anaconda3\envs\flux\lib\subprocess.py", line 971, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "C:\Users\USER\anaconda3\envs\flux\lib\subprocess.py", line 1456, in _execute_child
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
OSError: [WinError 87] Parametre hatalı
(flux) C:\Users\USER\Desktop\catvton-flux>python app_n0_lora.py
python: can't open file 'C:\Users\USER\Desktop\catvton-flux\app_n0_lora.py': [Errno 2] No such file or directory
(flux) C:\Users\USER\Desktop\catvton-flux>python app_no_lora.py
CUDA installation found at: C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.6
Loading diffusion model ...
Fetching 3 files: 100%|██████████████████████████████████████████████████████████████████████████| 3/3 [00:00<?, ?it/s]
Loading checkpoint shards: 100%|█████████████████████████████████████████████████████████| 2/2 [00:00<00:00, 15.84it/s]
You set add_prefix_space. The tokenizer needs to be converted from the slow tokenizers█| 2/2 [00:00<00:00, 15.97it/s]
Loading pipeline components...: 100%|████████████████████████████████████████████████████| 7/7 [00:00<00:00, 14.91it/s]
Traceback (most recent call last):
File "C:\Users\USER\Desktop\catvton-flux\app_no_lora.py", line 49, in
).to(device)
File "C:\Users\USER\anaconda3\envs\flux\lib\site-packages\diffusers\pipelines\pipeline_utils.py", line 460, in to
module.to(device, dtype)
File "C:\Users\USER\anaconda3\envs\flux\lib\site-packages\transformers\modeling_utils.py", line 2861, in to
return super().to(*args, **kwargs)
File "C:\Users\USER\anaconda3\envs\flux\lib\site-packages\torch\nn\modules\module.py", line 1174, in to
return self._apply(convert)
File "C:\Users\USER\anaconda3\envs\flux\lib\site-packages\torch\nn\modules\module.py", line 780, in _apply
module._apply(fn)
File "C:\Users\USER\anaconda3\envs\flux\lib\site-packages\torch\nn\modules\module.py", line 780, in _apply
module._apply(fn)
File "C:\Users\USER\anaconda3\envs\flux\lib\site-packages\torch\nn\modules\module.py", line 780, in _apply
module._apply(fn)
File "C:\Users\USER\anaconda3\envs\flux\lib\site-packages\torch\nn\modules\module.py", line 805, in apply
param_applied = fn(param)
File "C:\Users\USER\anaconda3\envs\flux\lib\site-packages\torch\nn\modules\module.py", line 1160, in convert
return t.to(
File "C:\Users\USER\anaconda3\envs\flux\lib\site-packages\torch\cuda_init.py", line 305, in _lazy_init
raise AssertionError("Torch not compiled with CUDA enabled")
AssertionError: Torch not compiled with CUDA enabled
these are the problems i am facing
The text was updated successfully, but these errors were encountered:
(flux) C:\Users\USER\Desktop\catvton-flux>python app.py
Traceback (most recent call last):
File "C:\Users\USER\Desktop\catvton-flux\app.py", line 13, in
subprocess.run("rm -rf /data-nvme/zerogpu-offload/*", env={}, shell=True)
File "C:\Users\USER\anaconda3\envs\flux\lib\subprocess.py", line 503, in run
with Popen(*popenargs, **kwargs) as process:
File "C:\Users\USER\anaconda3\envs\flux\lib\subprocess.py", line 971, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "C:\Users\USER\anaconda3\envs\flux\lib\subprocess.py", line 1456, in _execute_child
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
OSError: [WinError 87] Parametre hatalı
(flux) C:\Users\USER\Desktop\catvton-flux>python app_lora.py
Traceback (most recent call last):
File "C:\Users\USER\Desktop\catvton-flux\app_lora.py", line 13, in
subprocess.run("rm -rf /data-nvme/zerogpu-offload/*", env={}, shell=True)
File "C:\Users\USER\anaconda3\envs\flux\lib\subprocess.py", line 503, in run
with Popen(*popenargs, **kwargs) as process:
File "C:\Users\USER\anaconda3\envs\flux\lib\subprocess.py", line 971, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "C:\Users\USER\anaconda3\envs\flux\lib\subprocess.py", line 1456, in _execute_child
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
OSError: [WinError 87] Parametre hatalı
(flux) C:\Users\USER\Desktop\catvton-flux>python app_n0_lora.py
python: can't open file 'C:\Users\USER\Desktop\catvton-flux\app_n0_lora.py': [Errno 2] No such file or directory
(flux) C:\Users\USER\Desktop\catvton-flux>python app_no_lora.py
CUDA installation found at: C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.6
Loading diffusion model ...
Fetching 3 files: 100%|██████████████████████████████████████████████████████████████████████████| 3/3 [00:00<?, ?it/s]
Loading checkpoint shards: 100%|█████████████████████████████████████████████████████████| 2/2 [00:00<00:00, 15.84it/s]
You set
add_prefix_space
. The tokenizer needs to be converted from the slow tokenizers█| 2/2 [00:00<00:00, 15.97it/s]Loading pipeline components...: 100%|████████████████████████████████████████████████████| 7/7 [00:00<00:00, 14.91it/s]
Traceback (most recent call last):
File "C:\Users\USER\Desktop\catvton-flux\app_no_lora.py", line 49, in
).to(device)
File "C:\Users\USER\anaconda3\envs\flux\lib\site-packages\diffusers\pipelines\pipeline_utils.py", line 460, in to
module.to(device, dtype)
File "C:\Users\USER\anaconda3\envs\flux\lib\site-packages\transformers\modeling_utils.py", line 2861, in to
return super().to(*args, **kwargs)
File "C:\Users\USER\anaconda3\envs\flux\lib\site-packages\torch\nn\modules\module.py", line 1174, in to
return self._apply(convert)
File "C:\Users\USER\anaconda3\envs\flux\lib\site-packages\torch\nn\modules\module.py", line 780, in _apply
module._apply(fn)
File "C:\Users\USER\anaconda3\envs\flux\lib\site-packages\torch\nn\modules\module.py", line 780, in _apply
module._apply(fn)
File "C:\Users\USER\anaconda3\envs\flux\lib\site-packages\torch\nn\modules\module.py", line 780, in _apply
module._apply(fn)
File "C:\Users\USER\anaconda3\envs\flux\lib\site-packages\torch\nn\modules\module.py", line 805, in apply
param_applied = fn(param)
File "C:\Users\USER\anaconda3\envs\flux\lib\site-packages\torch\nn\modules\module.py", line 1160, in convert
return t.to(
File "C:\Users\USER\anaconda3\envs\flux\lib\site-packages\torch\cuda_init.py", line 305, in _lazy_init
raise AssertionError("Torch not compiled with CUDA enabled")
AssertionError: Torch not compiled with CUDA enabled
these are the problems i am facing
The text was updated successfully, but these errors were encountered: