[Stable Diffusion] Prompt Sharing and Learning Thread

Synalon

Member
Jan 31, 2022
208
631
Anyone able to show me how to set up a static seed on comfy ui, step by step please I'm stupid.
 

me3

Member
Dec 31, 2016
316
708
Anyone able to show me how to set up a static seed on comfy ui, step by step please I'm stupid.
i don't have access to the UI atm, but generally in the seed/sampler node you have 2 fields, one for the seed number and a text/select one, can't remember the wording on it but when you click it you get the option to select "fixed". Default is some wording of "random seed after generation"
 
  • Like
Reactions: Mr-Fox

Synalon

Member
Jan 31, 2022
208
631
i don't have access to the UI atm, but generally in the seed/sampler node you have 2 fields, one for the seed number and a text/select one, can't remember the wording on it but when you click it you get the option to select "fixed". Default is some wording of "random seed after generation"
Thanks I'll take a look. Do you also know how to use extensions in ComfyUi, such as Adetailer?
 

me3

Member
Dec 31, 2016
316
708
Thanks I'll take a look. Do you also know how to use extensions in ComfyUi, such as Adetailer?
Fraid not, i've only done some limited screwing around with comfy.
Trying to find consistency in training and getting one "generator" to cooper is taking enough time, specially on a slow spec comp, so haven't really had the time to do much with comfy.

The nightmare of trying to pick the best out of a training.... Generally you hope for a bunch of poor results and one that stands out, this grid is among the more varied ones for this training....the closeup face shot grid is hopeless to figure out :(

xyz_grid-0008.jpg

(great, image gets resized, probably due to width i guess, it's barly over 15k px....kinda makes it a bit pointless :( )
 
Last edited:
  • Like
Reactions: Mr-Fox

Sepheyer

Well-Known Member
Dec 21, 2020
1,527
3,597
Cycle Through Models / Samplers in ComfyUI

Say you want to use same seed but cycle through samplers:
  1. Right click on "KSampler", then chose convert sampler_name to input.
  2. Add node called "primitive" to the workspace.
  3. Connect the node "primitive" to the "sampler_name" of the KSampler - you will see how this node "primitive" changes its look and gets additional fields.
  4. Change the field "control_after_generate" in the node "primitive" to "increment".
The setup should look like this:

cycle.png
 

Mr-Fox

Well-Known Member
Jan 24, 2020
1,401
3,793
negative prompts are much less needed than ppl think, you're generally better off starting without them and being specific in your positive prompt.
IE using age to avoid the person being too young or old, or the type and quality of photo.
Negatives mostly come into play to combat "conflicts", like when you're specifying colors that has a habit of coloring everything or the switching place with another color. In those cases you'd use negatives to "disallow" the color on the specific thing.
Alot of these "easy this and that" flood prompts with pointless instructions which most likely has negative impacts on your image. One very basic example would be if you're trying to create something that's dirty, in ruins, "dystopian" etc, and your "easy to use prompting" contains negatives like ugly and/or old.

Start with a simple positive prompt, find the basics you want and work on finding a specific seed you like (optional in many cases), then tweak/expand upon your positive prompt and if you encounter persisting "problems" you can start trying to add some very specific negative prompts.

With the, worryingly high, amount of images i've generated so far i'm seeing very clear signs that negative prompts are byfar less needed than "guides" and "all knowing super important creators" make it out to be.
As Mr-Fox mentioned, stick to the good old
I agree with most what you said but I also completely disagree..:LOL: I think that negative prompting is a very powerful tool if you utilize it properly and is very much essential. Easy negative and the likes is a bad and lazy way to go about it though. It's a bit like hitting SD over the head repeatedly while screaming "make nice picture" over and over and think this will get you what you want. Negative prompting is not only for "conflicts", it's all about tags for what you don't want to see in your image, but also a way to "guide" the image in the right direction. It becomes especially powerful when used in combination with the positive tags.

Example

pos: huge boobas
neg: small boobas

Now by utilizing the neg you have increased the weight for huge boobas substantially.

Example2

pos: photography
neg: cartoon, painting, 3D, Render, Anime, Hentai, sketch etc

Now you have specified the image medium much more clearly.

Negative prompting is very much an essential part of generating ai images, just need to utilize it in a good way and not use neg lora's or Ti's etc.
 
  • Red Heart
Reactions: Sepheyer

me3

Member
Dec 31, 2016
316
708
I'm gonna take the risk that the previous image posting was due to no prompts, apologies if it wasn't. So fingers crossed i'm not pissing off creators, mods and everything.
01.jpg 02.jpg 03.jpg

You don't have permission to view the spoiler content. Log in or register now.
 
  • Red Heart
Reactions: Mr-Fox

Mr-Fox

Well-Known Member
Jan 24, 2020
1,401
3,793
I'm gonna take the risk that the previous image posting was due to no prompts, apologies if it wasn't. So fingers crossed i'm not pissing off creators, mods and everything.
View attachment 2841196 View attachment 2841197 View attachment 2841198

You don't have permission to view the spoiler content. Log in or register now.
I loved holiday island and especially Yvette. Before training my Kendra Lora I made a failed attempt at an Yvette Lora.
Try your prompt with Kendra, it should give some interesting result. You probably need to use a low weight and possibly adjust the prompt a bit. She is quite thick in comparison with Yvette but if you adapt the prompt you will get the huge boobas from her.

 
Last edited:
  • Like
Reactions: Sepheyer

Mr-Fox

Well-Known Member
Jan 24, 2020
1,401
3,793
I'm gonna take the risk that the previous image posting was due to no prompts, apologies if it wasn't. So fingers crossed i'm not pissing off creators, mods and everything.
View attachment 2841196 View attachment 2841197 View attachment 2841198

You don't have permission to view the spoiler content. Log in or register now.
I created an image of Yvette way back with img2img, before I really had a clue.
Generated Yvette.jpg
You don't have permission to view the spoiler content. Log in or register now.

And also Dr Rosario, that I never posted here.
Dr Daniela Rosario.jpg
You don't have permission to view the spoiler content. Log in or register now.
 

FreakyHokage

Member
Sep 26, 2017
307
438
It's made with an extension called roop, not a lora.
Follow the installation instruction, it won't work otherwise. After the installation you need to edit a code inside a py file to turn off the NSFW filter. In Stable-Diffusion\stable-diffusion-webui\extensions\sd-webui-roop\scripts edit cimage.py and replace the code with this:
" import tempfile
def convert_to_sd(img):
return [False, tempfile.NamedTemporaryFile(delete=False, suffix=".png")] "
Thanks for info
 
  • Like
Reactions: Mr-Fox

Synalon

Member
Jan 31, 2022
208
631
Cycle Through Models / Samplers in ComfyUI

Say you want to use same seed but cycle through samplers:
  1. Right click on "KSampler", then chose convert sampler_name to input.
  2. Add node called "primitive" to the workspace.
  3. Connect the node "primitive" to the "sampler_name" of the KSampler - you will see how this node "primitive" changes its look and gets additional fields.
  4. Change the field "control_after_generate" in the node "primitive" to "increment".
The setup should look like this:

View attachment 2840848
Thanks for this, I found the fixed seed eventually but didn't know about the sampler
 
  • Like
Reactions: Mr-Fox

Synalon

Member
Jan 31, 2022
208
631
I've managed to add a lora to my workflow and I'm wondering if its possible to add multiple lora nodes?

After that is adding controlnet and detailer/impact for the hands and face and I'll finally switch to comfyui.
 

Sepheyer

Well-Known Member
Dec 21, 2020
1,527
3,597
  • Like
Reactions: Mr-Fox

rogue_69

Newbie
Nov 9, 2021
79
245
In my never-ending quest to figure out how to do things that have almost no use-case, I present a 360 spherical Stable Diffusion/Daz Studio Hybrid.
00052.png
You don't have permission to view the spoiler content. Log in or register now.
 
  • Thinking Face
Reactions: Mr-Fox

Mr-Fox

Well-Known Member
Jan 24, 2020
1,401
3,793
In my never-ending quest to figure out how to do things that have almost no use-case, I present a 360 spherical Stable Diffusion/Daz Studio Hybrid.
View attachment 2848319
You don't have permission to view the spoiler content. Log in or register now.
It's nice and all, but can you please explain for us plebs what this is for? How do we view it? What is the use case scenario?
 
Sep 10, 2022
227
264
Any Linux user here that can help me with an error that I'm getting trying to run SD?:
This is the last line and the UI never opens:
ModuleNotFoundError: No module named '_bz2'
 

Synalon

Member
Jan 31, 2022
208
631
It's a python error I know that much at least, I don't use Linux but maybe reinstalling python will fix it.
 
  • Like
Reactions: Mr-Fox