Nick088Official / FaceFusion-Online-Ports

FaceFusion Online Ports on Google Colab, Hugging Face Space & Kaggle
36 stars 13 forks source link

Headless No UI Error 2 #17

Open Katsukipp opened 4 hours ago

Katsukipp commented 4 hours ago

as before on issue #16 and now i got this error

`Drive already mounted at /content/drive; to attempt to forcibly remount, call drive.mount("/content/drive", force_remount=True).

NameError Traceback (most recent call last) in <cell line: 13>() 11 # Define the parent directory path 12 FF_GD_name_enc = "==gZmJXex5mcV9VYiZnZoNlcw52U" ---> 13 FF_GD_name = _NVy9m (FF_GF_name_enc) 14 parent_dir = f'/content/drive/MyDrive/{FF_GD_name}' 15

NameError: name 'FF_GF_name_enc' is not defined`

Nick088Official commented 3 hours ago

Could you retry now? it was a typo and should be fixed

Katsukipp commented 1 hour ago

Could you retry now? it was a typo and should be fixed

now this shown up

Mounted at /content/drive

NameError Traceback (most recent call last) in <cell line: 13>() 11 # Define the parent directory path 12 FF_GD_name_enc = "==gZmJXex5mcV9VYiZnZoNlcw52U" ---> 13 FF_GD_name = _NVy9m(FF_GD_name_enc) 14 parent_dir = f'/content/drive/MyDrive/{FF_GD_name}' 15

NameError: name '_NVy9m' is not defined

Nick088Official commented 1 hour ago

Did you restart the runtime after running the install cell? Did you get a popup asking to restart the runtime while running the install cell on a branch?