File size: 528 Bytes
e75ac26 1142f9b e75ac26 1142f9b e75ac26 |
1 2 3 4 5 6 7 8 9 10 |
#!/bin/bash
python gen_markdown.py sd15 openjourney_unet Nitro-Diffusion_unet anything-v3.0_unet vintedois-diffusion-v0-1_unet > README.md
python gen_markdown.py sd15 openjourney_unet openjourney_unet_vae > openjourney.md
python gen_markdown.py sd15 Nitro-Diffusion_unet Nitro-Diffusion_unet > Nitro-Diffusion.md
python gen_markdown.py sd15 anything-v3.0_unet anything-v3.0_unet_vae > anythin-v3.0.md
python gen_markdown.py sd15 vintedois-diffusion-v0-1_unet vintedois-diffusion-v0-1_unet_vae > vintedois-diffusion-v0-1.md
|