- Jan 24, 2020
- 1,401
- 3,804
Aren't we all a bit guilty of this though? I know I am.Sepheyer - "obsession with [a] particular look"? This is not news to us!
Aren't we all a bit guilty of this though? I know I am.Sepheyer - "obsession with [a] particular look"? This is not news to us!
If you continue to make such scurrilous accusations, you will be hearing from Clone Airways' lawyer, Ms TaylorS014 Esq.Aren't we all a bit guilty of this though? I know I am.
I wouldn't worry if I were Mr-Fox: I heard she sucks.If you continue to make such scurrilous accusations, you will be hearing from Clone Airways' lawyer, Ms TaylorS014 Esq.
View attachment 2522158
You don't have permission to view the spoiler content. Log in or register now.
In my case it shows no error. Perhaps we will have to wait more to see if it marks any errors.Did you open that bug? Or are there other pilgrims having the same issue currently:You must be registered to see the links
I followed the steps and installed everything correctly I will test again andYou must be registered to see the links
Take a look at the install instructions. "Make sure the requiredYou must be registered to see the linksare met and follow the instructions available for bothYou must be registered to see the links(recommended) andYou must be registered to see the linksGPUs. "
- Install
You must be registered to see the links, checking "Add Python to PATH".- Install
You must be registered to see the links- Download the stable-diffusion-webui repository, for example by running git clone
You must be registered to see the links.- Run webui-user.bat from Windows Explorer as normal, non-administrator, user.
Watch thisYou must be registered to see the linksto see how git clone works
Solution Stuck:I followed the steps and installed everything correctly I will test again and
I will leave it open for a few hours to see if there is any change
Did you get it to work?Solution Stuck:
You must be registered to see the links
You need to set the sampler as X axis and denoising as Y axis. This should give you the result you want. If you only wish to do a comparison you don't need to set batch count or size, plot script does this.A quick question
I set XYZ 2 params and if I change the batch count above 2 generated images will be sorted in a wrong way
e.g.
batch size - 5
XYZ:
denoise: 0.1, 0.2, 0.3, 0.4, 0.5, 0.6
sampler: euler, karras
In this case I will get following images:
euler a image #1 0.1
euler a image #2 0.2
euler a image #3 0.3
euler a image #4 0.4
euler a image #5 0.5
euler a image #5 0.6
euler a image #1 0.1
euler a image #2 0.2
euler a image #3 0.3
euler a image #4 0.4
euler a image #5 0.5
euler a image #5 0.6
etc.
disordered
But instead I want to get the following order:
euler a image #1 0.1
euler a image #1 0.2
euler a image #1 0.3
euler a image #1 0.4
euler a image #1 0.5
euler a image #1 0.6
karras image #1 0.1
karras image #1 0.2
karras image #1 0.3
karras image #1 0.4
karras image #1 0.5
karras image #1 0.6
euler a image #2 0.1
etc.
Is it possible? Otherwise I have to change batch count to 1 and manually start generating each new count