-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Description
it is run
colab t4
https://www.patreon.com/posts/flux-how-to-109332332
/content/ComfyUI/models/checkpoints/flux1-dev-bnb-nf4.safetensors
/content/ComfyUI/models/clip/t5xxl_fp16.safetensors
/content/ComfyUI/models/vae/sdxl_vae.safetensors
%cd /content/ComfyUI
from pyngrok import ngrok
Set the authentication token
ngrok.set_auth_token("xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx")
Open an ngrok tunnel to the Gazebo server port (11345)
public_url = ngrok.connect(8188)
print("Public URL:", public_url)
!python main.py
Metadata
Metadata
Assignees
Labels
No labels