We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
it is run colab t4 https://www.patreon.com/posts/flux-how-to-109332332
Flux_NF4.json
/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
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
No branches or pull requests
it is run
colab t4
https://www.patreon.com/posts/flux-how-to-109332332
Flux_NF4.json
/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
The text was updated successfully, but these errors were encountered: