It is still a WSL system backup. The built-in models have been deleted and the size has been reduced to 40G. Models in Windows can be selected.
WebUI interface has been added. I don't understand code at all, so I used deepseek to write it. There may be some problems. Those who like to try new things can give it a try. The startup process is a bit slow, but it can work smoothly as long as it is configured correctly.
Note: For unet and vae, you can right-click on the file to copy the file address, paste it into the browser, and then delete the quotation marks before and after. For clip and llm, just copy the folder address directly.
The default parameters on the page have no value, you need to fill them in yourself.
To start, you need to hold down shift and right-click under ubuntu2\root\hunyuanlora\diffusion-pipe to open it in the Linux shell, and then enter python app.py to start.
Regarding installation, it is better to import it directly on the computer with wsl2 installed. Pay attention to the name. You can first query the ubuntu name of your computer with wsl --list -v, and then do not duplicate the name when importing. The import command is wsl --import ubuntu E:/linux2 C:\Users\H\Desktop\ubuntu2.tar. The new storage location should not be placed together with the previous one. After importing, you need to use wsl --set-default ubuntu2 to switch the newly imported one to the default system. Enter wsl --list -v to query. The default system name is preceded by an asterisk