Closed Katsukipp closed 1 month ago
Could you retry now? it was a typo and should be fixed
Could you retry now? it was a typo and should be fixed
now this shown up
NameError Traceback (most recent call last)
NameError: name '_NVy9m' is not defined
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?
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?
oh, it's my mistake, after you update typo on the issu #16 i skip whole thing to just checking gdrive mount cell, but when i run all cell from Install cell it did works, THANKS! |
i have a minor question for me getting additional_options command error, should i ask here or should i make new issue thread ?
i have a minor question for me getting additional_options command error, should i ask here or should i make new issue thread ?
I noticed there was a problem in the additional options, but that was solved at the same time that I updated the no ui one. Do you still get an issue? If so, you can just reopen this issue and tell me the problem if you want to
i have a minor question for me getting additional_options command error, should i ask here or should i make new issue thread ?
I noticed there was a problem in the additional options, but that was solved at the same time that I updated the no ui one. Do you still get an issue? If so, you can just reopen this issue and tell me the problem if you want to
actually, i just try your latest update, and i got error like this, when i excecute processing
FileNotFoundError Traceback (most recent call last)
FileNotFoundError: [Errno 2] No such file or directory: '/content/drive/MyDrive/FaceFusion_Headless/Outputs/Output.mp4'`
is that because the addional_option error ?
Did you change anything inside the .py files? and show me the additional inputs
Did you change anything inside the .py files? and show me the additional inputs
sorry, i think i just mixedup the old and new py.. because i am opening more than one to try...
when i close my browser and start again it works.. i guess i closed this issue thanks
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`