Inpaint-Anything icon indicating copy to clipboard operation
Inpaint-Anything copied to clipboard

Anyone know the list of models for all the features ?

Open SunSoul opened this issue 1 year ago • 2 comments

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 !

SunSoul avatar May 06 '23 10:05 SunSoul

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.

geekyutao avatar May 06 '23 11:05 geekyutao

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

SunSoul avatar May 08 '23 08:05 SunSoul