What are the most affordable GPUs that will run this? (it said it needs CUDA, min 11GB VRAM, so I guess my relatively puny 4GB 570RX isn't going to cut it!)
Show HN: New AI edits images based on text instructions
71–80 of 241 posts
Re: Show HN: New AI edits images based on text instructions
#72How does this work? When I run it on a machine with a GPU (pytorch, CUDA etc installed) I still see it downloading files for each prompt. Is the image being generated on the cloud somewhere or on my local machine? Why the downloads?
Shouldn't be downloads per prompt. Processing happens on your machine. It does download models as needed. A network call per prompt would be a bug.
Thank you for creating this.
Re: Show HN: New AI edits images based on text instructions
#73Can it make it pop? Because that was the #1 request I remember dealing with.
"Add lens flare"
"Increase saturation"
"Add sparkles and gleam"
Re: Show HN: New AI edits images based on text instructions
#74Doesn't work if any people are in the photos: https://twitter.com/kumardexati/status/1616972740728356867/p...
Re: Show HN: New AI edits images based on text instructions
#75How does this work? When I run it on a machine with a GPU (pytorch, CUDA etc installed) I still see it downloading files for each prompt. Is the image being generated on the cloud somewhere or on my local machine? Why the downloads?
Shouldn't be downloads per prompt. Processing happens on your machine. It does download models as needed. A network call per prompt would be a bug.
Downloading https://huggingface.co/runwayml/stable-diffusion-v1-5/resolv... from huggingface Loading model /home/hrishi/.cache/huggingface/hub/models--runwayml--stable-diffusion-v1-5/snapshots/889b629140e71758e1e0006e355c331a5744b4bf/v1-5-pruned-emaonly.ckpt onto cuda backend...
followed by a download
Re: Show HN: New AI edits images based on text instructions
#76Can it make it pop? Because that was the #1 request I remember dealing with.
`aimg edit assets/girl_with_a_pearl_earring.jpg "make it pop" --prompt-strength 40 --gif`
https://user-images.githubusercontent.com/1217531/213912442-...
Re: Show HN: New AI edits images based on text instructions
#77Earlier quoted context omitted.
Shouldn't be downloads per prompt. Processing happens on your machine. It does download models as needed. A network call per prompt would be a bug.
I keep seeing this even when the prompt is unchanged Downloading https://huggingface.co/runwayml/stable-diffusion-v1-5/resolv... from huggingface Loading model /home/hrishi/.cache/huggingface/hub/models--runwayml--stable-diffusion-v1-5/snapshots/889b629140e71758e1e0006e355c331a5744b4bf/v1-5-pruned-emaonly.ckpt onto cuda backend... followed by a download
Re: Show HN: New AI edits images based on text instructions
#78Earlier quoted context omitted.
Shouldn't be downloads per prompt. Processing happens on your machine. It does download models as needed. A network call per prompt would be a bug.
OK. I noticed that the images are not accurate when I give my own descriptions. Not sure if this is a limitation of Stable Diffusion. For example, for the text "cat and mouse samurai fight in a forest, watched by a porcupine" I got a cat and a mouse (with a cat's face and tail!!) in a forest sort of fighting. But no - porcupine Thank you for creating this.
Re: Show HN: New AI edits images based on text instructions
#79anyone know how to use this? kind of confusing install instructions in the readme
Re: Show HN: New AI edits images based on text instructions
#80Can it make it pop? Because that was the #1 request I remember dealing with.
>> aimg edit input.jpg "make it pop" --prompt-strength 25