Skip to content
New issue

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

update: Florence 2 commit for optimizations #363

Merged
merged 2 commits into from
Dec 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion runner/docker/Dockerfile.live-base-comfyui
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ RUN cd /comfyui/custom_nodes && \
RUN cd /comfyui/custom_nodes && \
git clone https://github.com/ad-astra-video/ComfyUI-Florence2-Vision.git && \
cd ComfyUI-Florence2-Vision && \
git checkout 030478a2bf1090814e99472cca821c35e63a2517 && \
git checkout e266d882eadf2a0f6486ecb8af1bbf1c4a894656 && \
pip install -r requirements.txt

# Install ComfyUI-StreamDiffusion (https://github.com/pschroedl/ComfyUI-StreamDiffusion.git)
Expand Down
Loading