stable-diffusion-webui-inspiration icon indicating copy to clipboard operation
stable-diffusion-webui-inspiration copied to clipboard

Results 28 stable-diffusion-webui-inspiration issues
Sort by recently updated
recently updated
newest added

Prevents duplicate inspirations. ![duplicates](https://user-images.githubusercontent.com/1077001/200121203-589421d1-e883-4223-a012-941d52ac96b5.jpg)

inspiration.py p.n_iterint = int(batch_count) -> p.n_iter = int(batch_count)

When extracting inspiration.zip on windows 10 using 7-Zip I get this error: ``` Cannot set file attribute : Wrong parameter. : C:\Users\username\AppData\Local\Temp\7zE8E2DD456\artists\Edward P. Beard Jr Cannot set file attribute :...

Can we change this line https://github.com/yfszzx/stable-diffusion-webui-inspiration/blob/main/scripts/inspiration.py#L47 to ``` while len(line) > 0 and shared.state.interrupted == False: ``` so if the generation is interrupted we do not continue reading from the...

I downloaded the inspiration zip and found a lot of the artists I like to use are not included. I thought I would share the missing ones. Adam Hughes Albert...

I might just be goofing somewhere but anytime I get to a flavor with a " / " in it my image generation crashes. Here is the error. ``` Error...

First of all, thanks for this neat extension. I have been looking for a visual way of remembering some of the artists and styles I like to use. I have...

When I run the create inspiration images script with the artists.txt file, I get this: ``` artists Error completing request Arguments: ('', '', 'None', 'None', 28, 0, False, False, 1,...

I learned a lot from your code I want to say thank you ♥ and I made this https://github.com/camenduru/stable-diffusion-webui-artists-to-study 🎉

HI, when I run the script and follow the instructions, everything works correctly, the snapshots are generated based on the text, but they are not saved anywhere, no folders are...