Please read. Significant change on the site that will affect compatibility [ Dismiss ]
Home Β» Forum Β» Author Hangout

Forum: Author Hangout

AI generated art

Freyrs_stories 🚫

I'm experimenting with Stable Diffusion as a way to generate art for creative reasons. Mainly to get a picture of a character I'm happy with as a visual reference in writing.

Originally I was and technically still am using Midjourney which is much easier to interact with but costs money to sub to. SD is free once you get it up and running, that was an interesting little journey. I'm looking for some guides to educate me on how to use the prompt for it. so far I've not gotten anything but I think that's because it's not natural language like Midjourney is. so advantages for both.

Has anyone else used AI text to image to generate a reference or other picture to help them write or maybe use for an inline illustration in a story? I'm happy to document my little experiment and see if it helps others do the same. SD seems to be much more powerful and flexible than MJ but as I said I need to learn how to use it's prompt system, Just getting it installed and running was an adventure in its own right. for those interested you need at least a mid range graphics card and even that will limit the size of pictures you can generate. I think to 512x512 and you have to do a couple of things to customise the settings to get it to work on the lower end hardware.

If people are interested I'll do a side by side comparison when I get better at SD so that those interested have a point of reference in this game. Let me know what you're thinking about and I'll try and get this up by the end of next week.

Switch Blayde 🚫

@Freyrs_stories

I tried Stable Diffusion briefly using their web version. I didn't want to install all the software they required on my computer.

I was not happy with the product. And from what I understand, to get the better results you need to buy it.

Replies:   Freyrs_stories
Freyrs_stories 🚫

@Switch Blayde

o get the better results you need to buy it.

I've not seen any mention of 'buying' SD but it's early days yet. how long ago did you try it?

Replies:   Switch Blayde
Switch Blayde 🚫

@Freyrs_stories

how long ago did you try it?

A couple/few weeks ago. I saw the AI generators on a news report and Stable was the free one.

Maybe the free/buy had to do with using it on the web rather than installing it on your computer.

When I read up on it, they are being sued by many companies for copyright violation. I guess they loaded tons of images that they use.

Replies:   Grey Wolf
Grey Wolf 🚫

@Switch Blayde

The lawsuits look to be frivolous (but who knows, in today's legal climate?)

The sort of use Stable Diffusion made of source images fits squarely within the general fair use rules, and some analogous uses in other fields have been upheld. However, there's no case law about images to date, and courts will have to contend with people who have absolutely no idea how generative AI works. There's literally not a pixel of any of the source images located within the model, per se. The model knows the 'idea' of what the source images 'look like', and that's all.

In so many ways, this is a fait accompli - the technology to train a model is moving down to the small-team-with-resources arena and will hit the individual-user level soon. All you need is a bunch of labeled images (which the Internet is rife with) and you're off to the races.

There are already websites with thousands of derivative models starting with various Stable Diffusion bases and training in different subsets of images. Better dogs, better cars, models that can generate celebrities, whatever.

We're going to have to figure out how to live with it, because it's not going away.

The same, of course, is true of ChatGPT and the like, which will drastically change how a great deal of writing is done over time.

Paladin_HGWT 🚫

@Freyrs_stories

I am interested in both Stable Diffusion and MidJourney, as well as other programs that could provide either images of humans (and humanoids) as well as maps and terrain.

In addition to my writing, I participate in RPGs (Role Playing Games), and playtesting various other games (mostly war games or strategy games [strategy no combat or extrapolated combat]).

I have used some programs, a long time ago. In particular commercial software designed to generate "Wanted" posters/images for USA LEO (Law Enforcement Officers) 20+ years ago it was an excellent program, although rather expensive.

Replies:   Freyrs_stories
Freyrs_stories 🚫

@Paladin_HGWT

Midjourney was the first AI I was exposed to. It had 'advantages' but also some serious flaws, one being how slow it is. plus you have to pay to use it and the quotas are hardly 'generous' Stable Diffusion needs more 'models' added to it's database to make better use of it and achieve more 'tailored' results plus it needs up to date hardware. though it can be 'trimmed' to use less the min spec is an 8GB GPU plus it does not seem to have the 'natural language' that Midjourney does.

Both are good at 'generating' concept art. I have a friend who uses Midjourney to generate the art for the D&D games he DMs on a weekly basis.

spacerx 🚫

@Freyrs_stories

I wrote the story Six Times a Day a few years back. I just checked, and it's currently the highest rated illustrated story at SOL. I'm back to writing erotic stories after taking a couple of years off. I'm excited by the potential of using AI generated art to illustrate stories much better than before. So I'm currently working with a friend to do that to one of my stories. We're using Stable Diffusion, since it's free. I'd be keen to discuss with any other authors/illustrators on doing this sort of thing, to exchange tips and techniques and such.

Replies:   tenyari
tenyari 🚫
Updated:

@spacerx

Get a very good list of negative prompts going.

Troll through civitai and grab a lot of different models. Many of the popular ones are totally crap and you will find yourself unable to replicate the kinds of images shown in their samples. But there are gems in there. You will still need to go through them to find one that gives the style you want:

https://civitai.com/

Then start looking into how to train and mix models so you can evolve out your own style.

Make sure to get 'dynamic prompts' so you can do wildcards in your promps:

https://github.com/adieyal/sd-dynamic-prompts

Ultimate Upscale also helps a lot:

https://github.com/AUTOMATIC1111/stable-diffusion-webui/discussions/6622?sort=top

You will need to adjust some settings so it uses your GPU right.

Set your upscaler in settings to 4x_foolhardy:

https://huggingface.co/stabilityai/stable-diffusion-x4-upscaler

get a good SD VAE:

https://huggingface.co/stabilityai/sd-vae-ft-mse-original/tree/main

I don't know why but people keep saying to set 'Eta noise seed delta' to 31337

The file 'webui-user.bat' ...

Make sure it has your python path, and this:

@echo off

set PYTHON="[...]Python/Python37/python.exe"

set GIT=

set VENV_DIR=

set COMMANDLINE_ARGS=--medvram --opt-split-attention --enable-insecure-extension-access --xformers

set 'PYTORCH_CUDA_ALLOC_CONF=max_split_size_mb:4096'

call webui.bat

The number 4096 - that's key. That number needs to be as high as you can get it, based on how many GB's your GPU has, but not to the limit of your GPU. If it's too low, or if you don't set it, the app will crash claiming it can't allocate memory even when it's only trying to allocate a fraction of what you have.

The commandline args... if you get errors telling to try a command line, that's where they go.

Here's the list of SD command line args:

https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Command-Line-Arguments-and-Settings

For me the important one was:
--medvram
That slowed down stable diffusion, but also made it allocate memory properly, stopping crashes I was having on larger images.

tenyari 🚫

@Freyrs_stories

I've been going nuts with AI Art.

This is actually also a current topic on another erotica site. That said, I've been putting stuff on deviantart for now:
https://www.deviantart.com/tenyari

Whether the lawsuits have trouble or not, one should still consider ethical issues. Imagine if someone took your stories and ripped them apart, then re-assembled the pieces, added some connecting tissue, and sold it on Amazon.

As a default, that's what AI Art is doing.

You can start to mess with it if you install your own copy of stable diffusion and start playing with training models and using Inpaint to make the results your original work.

After all... it's just the new camera. If I went and took a snapshop of the Mona Lisa then sold it - who's art is that? We've been around this track before. People now know the difference between photography that is art and photography that is just copying something someone else did.

We just have to learn the same thing with tools like AI Art and ChatGPT and so on... we have to learn to understand what in the process makes it your art and what fails to do so.

It's actually not all that hard to make it truly original. Almost easier than with photography...

As for uses...

Currently I am using it to make images of women from my fantasy world - the setting of a story I've had 'in development' since 2003. The very story that my username comes from ('tenyari' is the name of two characters in that story).

I've only used it here to make a basic logo for my new Alien Girls 'universe' but didn't really see a way to put it up on a cover page. I think I threw it into the notes of something somewhere, then noticed that the text I wrote on it for a title got pixelated because I did things wrong in Gimp so I will need to do that again...

Freyrs_stories 🚫

@tenyari

I plan on getting on with it and doing some 'proper' experimentation with SD. I installed it then forgot all about it after a few failed attempts to get an image. just ran out of time mainly. Now however I plan on maybe doing a bit more with it so as to wean myself of Midjourney and it's subscription. Have a suitable machine for doing so which is a small miracle based on what I paid for it. Built it a little over a year ago and have yet to push it to 100%.

I've seen some truly stellar SD pics and think that if I can sit down with it and a maintain a little patience I too could come up with good pictures though they are at present only used 'internally' I might make an exception for a work here and there.

I seem to be a little time poor right now between a half dozen commitments and 'down time' at the close of the day, there's not a lot of time left for that sort of thing. do you have a recommended guide to it that doesn't treat you like either a Luddite or triple PHD just somewhere in the middle would be good. I'm poking my head into the world of Python so have a few versions here and there and that seems to be causing 'issues' with my install. other than that it's just a lack of time and a good how-to that's holding me back.

Switch Blayde 🚫

@tenyari

If I went and took a snapshop of the Mona Lisa then sold it - who's art is that?

I bought an original oil painting from an artist. I was thinking of using it as a book cover. After all, I bought it.

But, no. I may have bought the painting, but its copyright is still with the artist.

Replies:   awnlee jawking
awnlee jawking 🚫

@Switch Blayde

But, no. I may have bought the painting, but its copyright is still with the artist.

That seems counter-intuitive to me. The artist sold you the original.

AJ

Switch Blayde 🚫

@awnlee jawking

The artist sold you the original.

But not the right to use it commercially.

The artist can make a giclee of it and I can't even though I own it.

Replies:   awnlee jawking
awnlee jawking 🚫

@Switch Blayde

The artist can make a giclee of it and I can't even though I own it.

How can the artist make a giclee of it after they've sold the original to you? I think for paintings and similar, it would be more intuitive for copyright to accompany ownership of the original, unless there's an agreement for it to be specifically excluded.

AJ

Replies:   Switch Blayde
Switch Blayde 🚫
Updated:

@awnlee jawking

How can the artist make a giclee of it after they've sold the original to you?

Because they photographed it before they sold it. They make the giclee from the digital photograph.

And I have one original painting where the artist forgot to photograph it. I was in his gallery looking at a book he was selling of photographs of his paintings. I noticed mine wasn't in there and asked why and that's when he told me he hadn't photographed it. I ended up loaning him the original for him to photograph. He allowed me to choose any giclee from his gallery as a thank you (I guess payment for allowing me to let him photograph it).

Dominions Son 🚫
Updated:

@awnlee jawking

@Switch Blayde

But, no. I may have bought the painting, but its copyright is still with the artist.

That seems counter-intuitive to me. The artist sold you the original.

The artist sold you a physical object. Nothing more, nothing less.

Do you think that buying a book at a book store gives you the right to reproduce it and sell copies?

If no, why would you think a painting should be different?

Replies:   awnlee jawking
awnlee jawking 🚫

@Dominions Son

Do you think that buying a book at a book store gives you the right to reproduce it and sell copies?

No, because you're not buying the original work.

If no, why would you think a painting should be different?

Because you are buying the original work.

I'm not sure what the law says, but if you buy a photograph, I wouldn't expect you to be able to copy it by default unless you also bought the negative.

AJ

Replies:   joyR  Dominions Son
joyR 🚫

@awnlee jawking

Buying "the original work" does not mean you are automatically buying the copyright as well.

Copyright is transferred, without necessarily including a copy or the original to which the copyright refers. Also the rights can be limited when sold, for instance you might sell the film rights for your best selling novel, but retain all other rights, such as audiobook, toys and collectables etc.

After filming, the various props, costumes etc may well be sold. Buying the original dress/sword/dildo as used in the film does not infer copyright ownership, you own it, but you can't copy it and sell those copies.

awnlee jawking 🚫

@joyR

Buying "the original work" does not mean you are automatically buying the copyright as well.

Intuitively I think it should.

AJ

Replies:   Dominions Son
Dominions Son 🚫

@awnlee jawking

@joyR

Buying "the original work" does not mean you are automatically buying the copyright as well.

Intuitively I think it should.

Again, US law requires that the transfer of a copyright be in writing and explicit as to what copyrights were transferred. If you don't have a contract that says you bought the copyright, you didn't buy the copyright.

Replies:   awnlee jawking
awnlee jawking 🚫

@Dominions Son

I understand the difference between what the government has decreed and what seems intuitively right.

AJ

Replies:   Dominions Son
Dominions Son 🚫

@awnlee jawking

I understand the difference between what the government has decreed and what seems intuitively right.

Copyright is in it's entirety a construct of law. There is no intuitively anything with copyright.

Replies:   awnlee jawking
awnlee jawking 🚫

@Dominions Son

There is no intuitively anything with copyright.

It seems to be over-simplistic for you to be unable to imagine better copyright laws.

AJ

Replies:   Dominions Son
Dominions Son 🚫

@awnlee jawking

It seems to be over-simplistic for you to be unable to imagine better copyright laws.

I am quite able better copyright laws.* But I recognize that what I imagine as "better" would be every bit as arbitrary as the existing copyright law.

That you can imagine different copyright laws that you think would be better in no way makes what you think would be better more "intuitive" than the existing copyright law.

Replies:   awnlee jawking
awnlee jawking 🚫

@Dominions Son

That you can imagine different copyright laws that you think would be better in no way makes what you think would be better more "intuitive" than the existing copyright law.

Actually it does. All it requires is the application of logic to the copyright laws then others to agree with me.

AJ

Replies:   joyR
joyR 🚫

@awnlee jawking

All it requires is the application of logic to the copyright laws then others to agree with me.

The application of logic in law is so rare it defies logic.

Getting enough 'others' to agree with you and be able to turn your "intuit" into law would require so much horse trading that the end result would be almost unrecognisable. Added to which it is almost impossible to draughty a law that fairly and equally applies to every possible instance where the law is invoked.

Intuition, logic and law are three very different beasts, only idiots harness all three to the same chariot.

I'm not suggesting you are an idiot AJ, nor is my intent to demean your intuition. I'm just not alone in fearing a meeting with your unfettered imagination…

:)

Replies:   awnlee jawking
awnlee jawking 🚫

@joyR

Intuition, logic and law are three very different beasts, only idiots harness all three to the same chariot.

I'm not suggesting you are an idiot AJ, nor is my intent to demean your intuition. I'm just not alone in fearing a meeting with your unfettered imagination…

Hey, I don't mind being called an idiot!

We're surely doomed if there's no place for people who try to think of better ways of doing things. But the Gods would prefer people to try then smack them over the head with the laws of Unintended Consequences to remind them of their station in life ;-)

AJ

Replies:   Switch Blayde
Switch Blayde 🚫

@awnlee jawking

Want to talk about (lack of) intuition when it comes to the law?

I wanted to use some words from a song in my novel "Last Kiss." I was going to have the character sing the beginning of the song. I finally tracked down the copyright holder who wasn't the writer of the song. And then I found out that was the copyright for performing the song. Another company held the copyright for the lyrics.

Switch Blayde 🚫

@joyR

you might sell the film rights for your best selling novel, but retain all other rights, such as audiobook

I used to chat on wattpad with a successful author, Michael J. Sullivan. He was being published by one of the Big-5. I think it was Hatcher. But when the CEO of that company said authors had to sign over all rights, and Michael didn't want to sign over the audio rights, he left Hatcher and self-published.

Dominions Son 🚫

@awnlee jawking

I'm not sure what the law says, but if you buy a photograph, I wouldn't expect you to be able to copy it by default unless you also bought the negative.

What the law says is you get ownership of the physical object and zero rights to the copyright unless you specifically contracted to buy the copyright. Even buying the negative for a photograph wouldn't automatically give you any rights to reproduce it.

Under US law, transfer of copyright must be in writing and it must be explicit as to what copyright is being transferred.

Replies:   awnlee jawking
awnlee jawking 🚫

@Dominions Son

What the law says is you get ownership of the physical object and zero rights to the copyright unless you specifically contracted to buy the copyright.

I seem to recall a story about someone who created a unique work of art (a painting?) They then created a non-fungible token from the work, destroyed the original then sold the non-fungible token.

Does a no-longer-existing artwork still have copyright protection?

Can non-fungible tokens be copied?

Did Dubya use the term 'cheese-eating surrender monkeys' to describe the French?

AJ

Dominions Son 🚫

@awnlee jawking

Does a no-longer-existing artwork still have copyright protection?

Yes. The copyright is about the content of the work(the image in the case of a painting). It is not tied to any physical object that represents the work, not even the original.

Can non-fungible tokens be copied?

I don't know that much about NFTs. From what I've read, the way it works is that there is a block-chain token (similar to Bit Coin, attached to an image. They are supposed to be nearly impossible to copy (at least the block-chain token part), but I have no idea how accurate that claim is.

Did Dubya use the term 'cheese-eating surrender monkeys' to describe the French?

It's been 14 years since GW Bush was President. Who cares what he did or didn't say.

Freyrs_stories 🚫

@awnlee jawking

Did Dubya use the term 'cheese-eating surrender monkeys' to describe the French?

No, that was Jeremy Clarkson on Top Gear

Replies:   awnlee jawking
awnlee jawking 🚫

@Freyrs_stories

Dayum. I had a vague recollection of Dubya saying it about the French refusing to back the war in Iraq. I found several sites mentioning both the quote and Dubya but nothing explicitly linking the two.

Could the internet have been censored?

AJ

Pixy 🚫

@awnlee jawking

I seem to recall a story about someone who created a unique work of art (a painting?) They then created a non-fungible token from the work, destroyed the original then sold the non-fungible token.

https://www.bbc.co.uk/news/entertainment-arts-63218704

spacerx 🚫

@Freyrs_stories

Tenyari, thanks for your reply. I'm not the one doing the AI art. A friend of mine is, and I'm just giving advice and direction to help make it work with my story. I don't have the right computer for it anyway, with enough VRAM. But from what little I do know, it sounds like what he's doing is very similar to your suggestions already. I hope he'll join in this conversation so you guys can talk details.

Justin Case 🚫

@Freyrs_stories

Find a picture or image on the net.
Play with it using filters and phot editing, or with programs like 'paint 3d'.

People don't buy books for the cover art.

Replies:   tenyari
tenyari 🚫

@Justin Case

People don't buy books for the cover art.

I actually used to do just that a lot back when I would go to bookstores and buy fiction. Lacking any knowledge on what I was getting... it was just a handy way to filter things in or out. Did the cover picture something that caught my interest or not.

Replies:   Freyrs_stories
Freyrs_stories 🚫

@tenyari

I guess it is also very specific as to what the purpose of the cover art is. As you said in a bookstore sometimes cover art and perhaps the clerk is all you have to go on. A little different now that most of us carry the internet in our back pocket and can go through reviews etc.

but that cover art still did its job of getting you to notice the book. The adage never judge a book by its cover is a misappropriation of the medium and message. you actually are supposed to judge a book by its cover otherwise you'd never pick it up unless you'd head of it or its author.

I'd be interested to know, now that AI art is accessible how many authors use it at least in the 'construction' of a story if they're not able or willing to use the picture, 'publicly'. I'm not a lawyer much less an international or digital one, so can't offer any insight to that. IIRC copyright didn't even exist as a concept till early in the 18th century. So the concept is still somewhat immature given the rate that the things it 'covers' change and develop. There is from memory a movie (1970's) that instantly entered 'public domain' because they didn't include a copyright notice with it when the studio released it. So some things that are 'obvious or intuitive' are not always so. Oversights can cause all sorts of unintended consequences and 'writing' at least in the legal perspective rather than creative is a tangled mess that people spend time learning and profiting from the knowledge there of.

'Convenience' comes with 'real' costs and leads to distinct behaviours in the populace. Just because you own the physical property doesn't mean you own the intellectual one. a chair likely doesn't seem to involve any IP unless you think of the concept of it as a designed object. you're free to modify and sell the original chair you bought, but it's unlikely you can make 'copies' and sell those, especially if it's of a particular design or style.

With AI art, you can 'own' some of the rights as the end point 'creator' of the image. But, those rights are likely more limited than for someone who produced a similar picture from actual scratch rather than a prompt. The point of this thread was discuss the art as a resource rather than a property, but the messages have all been good and thought out for the most part. 'Natural language' in relation to computers is perhaps as important an invention as the technologies that allow the physical computer itself to be produced.

Back to Top

Close
 

WARNING! ADULT CONTENT...

Storiesonline is for adult entertainment only. By accessing this site you declare that you are of legal age and that you agree with our Terms of Service and Privacy Policy.


Log In