Closed Arjun91221 closed 6 months ago
Encountering the exact same issue.
@GeorgesGraire Oh, I think, The repository owner has been changed. Is he making a problem with kind of experiments in newer versions?
@Arjun91221 Maybe! But I hope it will be fixed soon since I can't use the localhost link it never worked for me so I always relied on the gradio.live one.
@GeorgesGraire try putting this code before your original code.
!wget https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-linux-amd64.deb !dpkg -i cloudflared-linux-amd64.deb
@GeorgesGraire try putting this code before your original code.
!wget https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-linux-amd64.deb
!dpkg -i cloudflared-linux-amd64.deb In Google Collab?
yes
This should be the complete code
!wget https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-linux-amd64.deb !dpkg -i cloudflared-linux-amd64.deb
!pip install pygit2==1.12.2 %cd /content !git clone https://github.com/KirtiKousik/Fooocus.git %cd /content/Fooocus !python entry_with_update.py --share --always-high-vram
Gradio link is down btw. after it starts running again, wait for it to settle, then it can generate gradio share link. Currently it's not stable. That's why it won't generate share link.
I am currently using ngrok to solve this problem Example notebook: https://colab.research.google.com/drive/1LttWZhwrbcaWssT6rglq4xgDm9zuRaqv?usp=sharing
Same problem :(
I am currently using ngrok to solve this problem Example notebook: https://colab.research.google.com/drive/1LttWZhwrbcaWssT6rglq4xgDm9zuRaqv?usp=sharing
Thanks I will use yours for now, but the issue is still here even with the gradio service status being up.
I am currently using ngrok to solve this problem Example notebook
Hello, do I need to make any modifications to that notebook? I tried to use it but I get this error:
_*File "
Hello, do I need to make any modifications to that notebook? I tried to use it but I get this error:
Use print(f" * ngrok tunnel '{public_url}' -> 'http://127.0.0.1:{port}'")
it works at least 1 hour after share api being active. Share api needs at least one hour of stable uptime.
working now. check it
it stopped working again.
so many issues lately.
Yeah, there's currently nothing we can do. Luckily it's not Google banning public access to Fooocus on Colab, so there's that.
I'll add a note for the readme as soon as availability reaches 95% (last 7 days), we're still at 96.352% (last 7 days) and 99.146% (last 30 days), but as of their details in https://status.gradio.app/793595965 the Gradio Share API seems to have recovered from their infrastructural issues.
it is not working again, it was working fine in evening
it is not working again, it was working fine in evening
You need to wait for gradio to wake up. The issue not in Fooocus //
Checklist
What happened?
Gradio link is NOT generating though the gradio share API is operational
Steps to reproduce the problem
Not able to see gradio link
What should have happened?
I don't know..It's all of sudden
What browsers do you use to access Fooocus?
Google Chrome
Where are you running Fooocus?
Locally
What operating system are you using?
windows 10
Console logs
Additional information
No response