Advertisement
Jakeukalane

stable diffusion click download

Nov 10th, 2022
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. #!/bin/bash
  2. reset;
  3. echo -n "Id: ";
  4. read id;
  5. echo -n "Prompt: ";
  6. read prompt;
  7. echo -n "NΓΊmero: ";
  8. read i;
  9. mkdir $prompt;
  10. cd $prompt;
  11. for ((a=0;a<=$i-1;a++))
  12. do wget -O "${a}-hd.png" "https://image.stable-diffusion.click/$id/samples/hd/0000${a}.png" && wget -O "${a}.png" "https://image.stable-diffusion.click/$id/samples/0000${a}.png"
  13. done;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement