Inpaint-Anything
Inpaint-Anything copied to clipboard
Anyone know the list of models for all the features ?
when i test fill_anything i get : 1、vae\diffusion_pytorch_model.safetensors not found 2、text_encoder\model.safetensors not found
i want to know all the models download URL for the features: [Remove Anything] [Fill Anything] [Replace Anything] [Remove Anything 3D] [Remove Anything Video]
thank you !
Hi, I assume you've installed the environment for Remove Anything, then you should further install some dependencies regarding Fill Anything as below.
python -m pip install diffusers transformers accelerate scipy safetensors
Similar to this, you should install feature-specific packages if you wanna run a feature. Kindly refer to installation in each feature introduction in README.md.
Hi, I assume you've installed the environment for Remove Anything, then you should further install some dependencies regarding Fill Anything as below.
python -m pip install diffusers transformers accelerate scipy safetensors
Similar to this, you should install feature-specific packages if you wanna run a feature. Kindly refer to installation in each feature introduction in README.md.
OK , Thank you