skrewlews

joined 1 year ago
[–] [email protected] 2 points 7 months ago (4 children)

Thanks! Isn’t catbox about the same? I’m willing to switch hosts, but I’m not sure where to go…

[–] [email protected] 3 points 7 months ago

You’re right! Memmy behaves differently, I’ve been using Voyager on iOS - I’ll have to see if I can get it to work in Memmy. In the meantime, you can see the prompt here: https://image.delivery/page/owdmzku

[–] [email protected] 5 points 7 months ago

I just use the same prompt and settings with different seeds… I’m using this: https://github.com/AUTOMATIC1111/stable-diffusion-webui

[–] [email protected] 1 points 7 months ago

If you click on one of the images in the album, you should be able to see the prompt… is it not working for you?

[–] [email protected] 9 points 7 months ago

Click on an image to see prompt details.

[–] [email protected] 6 points 7 months ago

Click on an image to see prompt details.

[–] [email protected] 5 points 7 months ago

Click on an image to see prompt details.

[–] [email protected] 5 points 7 months ago

Click on an image to see prompt details.

[–] [email protected] 7 points 7 months ago

Click on an image to see prompt details.

[–] [email protected] 2 points 7 months ago

This works great! I wrote a python script to make it faster.
Obviously, modify to fit your needs...

Input file:

https://image.delivery/page/fbdyibj
https://image.delivery/page/gpbbxpn
https://image.delivery/page/zgojtmp

Output file will look like this:

Click on an image to see prompt details.

[![](https://fast.image.delivery/fbdyibj.jpg)][1]
[![](https://fast.image.delivery/gpbbxpn.jpg)][2]
[![](https://fast.image.delivery/zgojtmp.jpg)][3]

[1]: https://image.delivery/page/fbdyibj
[2]: https://image.delivery/page/gpbbxpn
[3]: https://image.delivery/page/zgojtmp

Script:

def convert_urls(input_file, output_file):
    with open(input_file, 'r') as f:
        urls = f.read().splitlines()

    with open(output_file, 'w') as f:
        f.write('Click on an image to see prompt details.\n\n')
        for i, url in enumerate(urls, start=1):
            id = url.split('/')[-1]
            f.write(f'[![](https://fast.image.delivery/{id}.jpg)][{i}]\n')

        f.write('\n')

        for i, url in enumerate(urls, start=1):
            f.write(f'[{i}]: {url}\n')

# Usage
convert_urls('input.txt', 'output.txt')
[–] [email protected] 5 points 7 months ago

Click on an image to see prompt details.

[–] [email protected] 4 points 7 months ago

Click on an image to see prompt details.

view more: ‹ prev next ›