I'm not sure, if we need to make a new environment and there are also other installation steps?
Please explain or add a step-by-step guide to help others, thanks ahead!
I've tried to follow the 512 preparation, fresh environment and downloaded the latest .ZIP of SimSwap
When I run the example of the multi using the new "--crop_size 512" I get this error:
I've tried: pip install model_zoo
I get this: "Requirement already satisfied"
I also tried: conda install model_zoo
and I get this:
Anyone can please explain how to successfully make the new SimSwap with 512 resolution support on Windows 10 + Anaconda ?
Thanks ahead!
For people who use Windows and Anaconda:
1. Should we overwrite the old SimSwap checkpoints?
2. Rename the checkpoint in our python command?
I'm not sure, if we need to make a new environment and there are also other installation steps?
Please explain or add a step-by-step guide to help others, thanks ahead!
---
I've tried to follow the 512 preparation, fresh environment and downloaded the latest .ZIP of SimSwap
When I run the example of the multi using the new "--crop_size 512" I get this error:

I've tried: `pip install model_zoo `
I get this:
`"Requirement already satisfied"`
I also tried:` conda install model_zoo`
and I get this:

Anyone can please explain how to successfully make the new SimSwap with **512** resolution support on Windows 10 + Anaconda ?
Thanks ahead!
Done, if you like the old way better change --crop_size 512 back to --crop_size 224
Follow the directions they posted, it took under a minute to update mine to get it working.
1) Download the latest version of SimSwap, copy it over your current install. (Create a backup before copy if you are worried).
2) From the **Preparation** directions https://github.com/neuralchen/SimSwap/blob/main/docs/guidance/preparation.md
Download the 512.zip and unzip to the checkpoints folder.
3) From the **Usage** directions https://github.com/neuralchen/SimSwap/blob/main/docs/guidance/usage.md
Add `--crop_size 512` to your command line.
Done, if you like the old way better change `--crop_size 512` back to `--crop_size 224`
Follow the directions they posted, it took under a minute to update mine to get it working.
1. Download the latest version of SimSwap, copy it over your current install. (Create a backup before copy if you are worried).
2. From the **Preparation** directions https://github.com/neuralchen/SimSwap/blob/main/docs/guidance/preparation.md
Download the 512.zip and unzip to the checkpoints folder.
3. From the **Usage** directions https://github.com/neuralchen/SimSwap/blob/main/docs/guidance/usage.md
Add `--crop_size 512` to your command line.
Done, if you like the old way better change --crop_size 512 back to --crop_size 224
Agreed. Couldn't have been easier. Not sure why people are creating new environments when they have a working version..
> Follow the directions they posted, it took under a minute to update mine to get it working.
>
> 1. Download the latest version of SimSwap, copy it over your current install. (Create a backup before copy if you are worried).
>
> 2. From the **Preparation** directions https://github.com/neuralchen/SimSwap/blob/main/docs/guidance/preparation.md
> Download the 512.zip and unzip to the checkpoints folder.
>
> 3. From the **Usage** directions https://github.com/neuralchen/SimSwap/blob/main/docs/guidance/usage.md
> Add `--crop_size 512` to your command line.
>
>
> Done, if you like the old way better change `--crop_size 512` back to `--crop_size 224`
Agreed. Couldn't have been easier. Not sure why people are creating new environments when they have a working version..
Hi, you dont need to create a new environment, the old one should be fine. And you dont need to overwrite the old SimSwap checkpoints, just download the 512.zip and unzip it in ./checkpoints. And follow the instruction in section "About using Simswap 512 (beta version)" in https://github.com/neuralchen/SimSwap/blob/main/docs/guidance/usage.md can do the magic with Simswap 512.
Hi, you dont need to create a new environment, the old one should be fine. And you dont need to overwrite the old SimSwap checkpoints, just download the [512.zip](https://github.com/neuralchen/SimSwap/releases/download/512_beta/512.zip) and unzip it in ./checkpoints. And follow the instruction in section "About using Simswap 512 (beta version)" in https://github.com/neuralchen/SimSwap/blob/main/docs/guidance/usage.md can do the magic with Simswap 512.
You can use the exsisting environment.
I've just downloaded the new version to another directory.
Environment path is for example c:\user\anaconda\simswap
e.g
old version : conda activate simswap -> cd c:\simswap -> then run the commandline (old repo)
new version: conda activate simswap -> cd c:\simswap512 -> then run the commandline (new repo)
You can use the exsisting environment.
I've just downloaded the new version to another directory.
Environment path is for example c:\user\anaconda\simswap
e.g
old version : conda activate simswap -> cd c:\simswap -> then run the commandline (old repo)
new version: conda activate simswap -> cd c:\simswap512 -> then run the commandline (new repo)
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
For people who use Windows and Anaconda:
I'm not sure, if we need to make a new environment and there are also other installation steps?
Please explain or add a step-by-step guide to help others, thanks ahead!
I've tried to follow the 512 preparation, fresh environment and downloaded the latest .ZIP of SimSwap

When I run the example of the multi using the new "--crop_size 512" I get this error:
I've tried:
pip install model_zooI get this:
"Requirement already satisfied"I also tried:

conda install model_zooand I get this:
Anyone can please explain how to successfully make the new SimSwap with 512 resolution support on Windows 10 + Anaconda ?
Thanks ahead!
Bump this
Follow the directions they posted, it took under a minute to update mine to get it working.
Download the 512.zip and unzip to the checkpoints folder.
Add
--crop_size 512to your command line.Done, if you like the old way better change
--crop_size 512back to--crop_size 224Agreed. Couldn't have been easier. Not sure why people are creating new environments when they have a working version..
Hi, you dont need to create a new environment, the old one should be fine. And you dont need to overwrite the old SimSwap checkpoints, just download the 512.zip and unzip it in ./checkpoints. And follow the instruction in section "About using Simswap 512 (beta version)" in https://github.com/neuralchen/SimSwap/blob/main/docs/guidance/usage.md can do the magic with Simswap 512.
You can use the exsisting environment.
I've just downloaded the new version to another directory.
Environment path is for example c:\user\anaconda\simswap
e.g
old version : conda activate simswap -> cd c:\simswap -> then run the commandline (old repo)
new version: conda activate simswap -> cd c:\simswap512 -> then run the commandline (new repo)