instruct-pix2pix
instruct-pix2pix copied to clipboard
Changes to make this build and work on windows.
Changed environment.yaml to use a compatible transformers version.
Made a batch script to download the checkpoint on Windows. Note this will only work on Windows 10 or higher.
Windows 10 (check if bash or wsl not working)
try wsl bash -c "echo hi from simple script"
if not working:
if you run wsl --install from cmd and see the WSL help text, please try running wsl --list --online to see a list of available distros and run wsl --install -d <DistroName> to install a distro. To uninstall WSL, see Uninstall legacy version of WSL or unregister or uninstall a Linux distribution.
after installation
the echo should work.
Windows 10 (check if bash or wsl not working)
try wsl bash -c "echo hi from simple script"
if not working:
if you run wsl --install from cmd and see the WSL help text, please try running wsl --list --online to see a list of available distros and run wsl --install -d to install a distro. To uninstall WSL, see Uninstall legacy version of WSL or unregister or uninstall a Linux distribution.
after installation
the echo should work.
You do not need WSL to run this on windows.