Stable Diffusion is one the newest AI image generators and is completely open-source. Learn how to use it for image creation, upscaling, and more with our detailed guide.
https://www.techspot.com/guides/2590-install-stable-diffusion/
Stable Diffusion is one the newest AI image generators and is completely open-source. Learn how to use it for image creation, upscaling, and more with our detailed guide.
https://www.techspot.com/guides/2590-install-stable-diffusion/
"Intelligence has been defined in many ways: the capacity for abstraction, logic, understanding, self-awareness, learning, emotional knowledge, reasoning, planning, creativity, critical thinking, and problem-solving. More generally, it can be described as the ability to perceive or infer information, and to retain it as knowledge to be applied towards adaptive behaviors within an environment or context."All those "AI" are kinda BS imo... this is nothing like "intelligence" as us human should see it, at the end it's just algorythms... advanced ones ok, but still only algos... but I may be wrong
Hmmm...
Since I have a decent AMD card, I tried to install.
But I end up with "RuntimeError: "LayerNormKernelImpl" not implemented for 'Half'"
A decent guide for AMD cards would be mĂłre than welcome!
(instead of using the last paragraph to essentially say "**** you")
there are some variants to be able to use AMD, in windows and linux, either using ROCm, SHARK (for RDNA) or DirectML. but the work is without user interface, it is modifying the prompts directly in the Python codeThe Git repo has instructions for AMD cards, and indeed, one of the arguments that you pass with those instructions is "--no-half". The instructions are for the Linux operating system, not Windows. It does link to a Windows instruction manual, but it says that it is untested. Neither of these are particularly surprising, a majority of AI work is done on Linux and on Nvidia GPUs, particularly CUDA. I'm surprised there's even a manual for AMD cards, which is a big plus in my opinion. Anyways, here's the link: https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Install-and-Run-on-AMD-GPUs
there are some variants to be able to use AMD, in windows and linux, either using ROCm, SHARK (for RDNA) or DirectML. but the work is without a user interface, it is modifying the prompts directly in the Python code.Hmmm...
Since I have a decent AMD card, I tried to install.
But I end up with "RuntimeError: "LayerNormKernelImpl" not implemented for 'Half'"
A decent guide for AMD cards would be mĂłre than welcome!
(instead of using the last paragraph to essentially say "**** you")
That worked, indeed!there are some variants to be able to use AMD, in windows and linux, either using ROCm, SHARK (for RDNA) or DirectML. but the work is without a user interface, it is modifying the prompts directly in the Python code.
or you can run it on the CPU, much slower of course, just need to specify one parameter in the startup file so PyTorch won't check if there is a CUDA device : --skip-torch-cuda-test , also use --no-half
For those that like an easier to understand GUI and don't want to fiddle around with Python, GitHub and command line inputs and still want to achieve good results on Windows, NMKD Stable Diffusion GUI is a must have: https://nmkd.itch.io/t2i-gui
The results I got with a custom ckpt model are stunning.
why don't you give it a try? probably it can!AI you said, how creative is your AI? can it imagine a wing from an eye? or cosmos? or nuclear reaction?
Yes , I am quite curious to see how this will affect society as a whole. It is still not very consistent ... SD does it's own thing.if you really want romething in a specific room you might need three pages of prompts. I find it really dubious that you could input the name of an artist so you could imitate their style. If you were doing that in music you would have 20 lawyers on your doorstep. But art and photography are at a weak state. Next step is to replace software developers...I'm utterly against the AI takeover of Art. Is there no place for human creativity anymore? We designed the freaking AI that's taking over.
Everything seems so prophetic.
Next step is to replace software developers...
It's not taking over anything meaningful. And it still takes human input (creativity) to generate anything worthwhile.....I'm utterly against the AI takeover of Art. Is there no place for human creativity anymore? We designed the freaking AI that's taking over.
Everything seems so prophetic.
It's not. It can pump out simple code with accuracy, but anything too complex and it'll confidently get it wrong.ChatGPT is scarily close. You can get it to churn out code for a problem very readily. Now, the code often has some issues, but nothing that often a quick clean-up can't fix by someone with only limited coding knowledge.
I think it will get there, it's not a matter of if but when. That aside, Radeon cards don't see a good support in stable diffusion under windows. It works with openML. But under linux this webui runs much faster (with rocm), requires some patience for installation though. AMD should take AI more seriously and implement newer tech to better accelerate this kind of workloads or Nvidia will pull further ahead.It's not. It can pump out simple code with accuracy, but anything too complex and it'll confidently get it wrong.
And no, it still needs a competent programmer to fix the bigger issues and make sure it's up to par...