diff options
author | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2024-02-04 12:45:37 +0200 |
---|---|---|
committer | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2024-02-04 12:45:37 +0200 |
commit | 7b2690fbd664436d4869e127d79f65eceddcda2a (patch) | |
tree | 99a9e31a0d8200d5d4affb2163215c14ca58ff6a | |
parent | f31569b64b7594e8a0b4c05236178ceb9d243144 (diff) |
Changes to be committed:
modified: README.md
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,7 +1,7 @@ <div align="center"> - <a href="https://github.com/voidscuttle/dotfiles/stargazers"> - <img src="https://img.shields.io/github/stars/xAlpharax/neural-art?color=B4F8C8&labelColor=05080A&style=for-the-badge"> - </a> + <a href="https://github.com/xAlpharax/neural-art/stargazers"> + <img src="https://img.shields.io/github/stars/xAlpharax/neural-art?color=B4F8C8&labelColor=05080A&style=for-the-badge"> + </a> </div> # neural-art @@ -16,7 +16,7 @@ More in depth information about Neural Style Transfer ( NST ) can be found in th Because Style Transfer hasn't changed drastically in terms of actual results in the past years. I personally find a certain beauty in inputting a style and content image rather than a well curated prompt with a dozen of switches. Consider this repo as a quick and simple ***just works*** solution that can run on both CPU and GPU effectively. -I developed this tool as a means to obtain fancy images and visuals for me and my friends. It somehow grew into something bigger that is actually usable, so much so that I got to integrate it in a workflow in conjunction with [Stable Diffusion](https://github.com/CompVis/stable-diffusion) ( see also [here](https://github.com/AUTOMATIC1111/stable-diffusion-webui) ) which I want to develop a plugin for. +I developed this tool as a means to obtain fancy images and visuals for me and my friends. It somehow grew into something bigger that is actually usable, so much so that I got to integrate it in a workflow in conjunction with [Stable Diffusion](https://github.com/CompVis/stable-diffusion) ( see also [here](https://github.com/AUTOMATIC1111/stable-diffusion-webui) ) which I want to develop a plugin for in the near future. ## Requirements |