You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
【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.
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!
The text was updated successfully, but these errors were encountered: