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

Where are checkpoint file for controlnet, depth-anything-v2, anyline, segment-anything-2/ #10

Open
Shiv34 opened this issue Nov 27, 2024 · 1 comment

Comments

@Shiv34
Copy link

Shiv34 commented Nov 27, 2024

Hey,
I can understand that in checkpoint
checkpoints/
├── flux/ # Main Flux model files
├── qwen2-vl/ # Qwen2VL model files
├── controlnet/ # ControlNet model (optional)
├── depth-anything-v2/ # Depth estimation model (optional)
├── anyline/ # Line detection model (optional)
└── segment-anything-2/ # SAM2 model (optional)

last 4 are optional but still files are not present in checkpoint, can someone can redirect me there so that i can test that as well!

@erwold
Copy link
Owner

erwold commented Nov 27, 2024

【Depth-Anything-V2】
Clone the repository: git clone https://github.com/DepthAnything/Depth-Anything-V2
Install the required dependencies
Copy the depth_anything_v2 directory from here to the root directory of Qwen2VL-flux
Download the model checkpoint from Hugging Face and place it in checkpoints/depth-anything-v2

【Anyline】
Download the MTEED.pth file from Hugging Face
Place it in the checkpoints/anyline directory

【Segment-Anything-V2】
This component has a more complex setup process
If you're not planning to use the inpainting functionality, you can skip this step for now

Feel free to let me know if you encounter any issues during the setup process.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants