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

[Bug]: No more Hypernetwork entry in X/Y plot option

Open GTSuya-Studio opened this issue 1 year ago • 9 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues and checked the recent builds/commits

What happened?

Since Extra Network Preview implementation, hypernetwork entries (Hypernetwork and hypernetwork strength) in X/Y plot option have disappeared. It is not anymore possible for hypernetwork models devellopers to easily test bunch of new created models together.

I have try to use instead the Prompt S/R entry in the X/Y plot option (to replace hypernetwork name like hypernet:jjn_a3-1000:1 into the prompt), but it is not working. It seems that the string between <> cannnot be replaced... or are ignored.

And I'm not able see any similat or equivalent option into the Extra Network Preview tab.

Steps to reproduce the problem

  1. Go to txt2img
  2. Press X/Y plot in script
  3. Hypernetwork and hypernetwork strength are not displayed into X type and Y type menus

What should have happened?

See Hypernetwork and hypernetwork strength options into the X type and Y type dropdown lists.

Commit where the problem happens

c98cb0f8ecc904666f47684e238dd022039ca16f

What platforms do you use to access UI ?

Windows

What browsers do you use to access the UI ?

Google Chrome

Command Line Arguments

--medvram --opt-split-attention --xformers

Additional information, context and logs

No response

GTSuya-Studio avatar Jan 22 '23 15:01 GTSuya-Studio

All of the <hypernet\:x\:1>,<hypernet:x:0.5>,<hypernet:x:0>, <hypernet:x:1>,<hypernet:y:1>,<hypernet:z:1> , and even just 'x, y, z' with <hypernet:x:1> in prompt style replacements work for everything I've tried and produce the same samples as prompting them manually.

drzick avatar Jan 22 '23 18:01 drzick

Prompt S/R works for me too.

mezotaken avatar Jan 23 '23 10:01 mezotaken

For me it works as: ((hypernet:name_of_hypernetwork:1)) or <hypernet:name_of_hypernetwork:1>

As I understand the last argument (1) is strength and you can change it in a range 0.0-1.0

musichook avatar Jan 23 '23 11:01 musichook

And no more VAE info either... ☝🙄

mykeehu avatar Jan 23 '23 23:01 mykeehu

@mykeehu how do you mean? It is there in x/y plot and it is there in settings/quicksettings. If you mean that there's no vae in the image infotext, it was never there. I distinctly remember the pr trying to add it, but it was closed.

mezotaken avatar Jan 24 '23 07:01 mezotaken

Yesterday I was doing an X/Y plot on a VAE list, and when I went to check which image was taken with which VAE, I saw that there was no VAE note in the info. I only saw it posted in the grid, so it's hard to reproduce afterwards if it's only in the grid.

mykeehu avatar Jan 24 '23 10:01 mykeehu

https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/2056 and then https://github.com/AUTOMATIC1111/stable-diffusion-webui/commit/e6e8cabe0c9c335e0d72345602c069b198558b53 and then it was never there.

mezotaken avatar Jan 24 '23 12:01 mezotaken

Mark me down as one who would like to see the hypernetwork option return to the X/Y dropdowns. Unless there is a technical reason why that can't be done, it seems like an odd choice to remove it when I would imagine many people were using this feature to compare results from training. Using Prompt SR doesn't seem as straight forward unless I'm missing something (which is quite possible.)

jyoseph avatar Jan 26 '23 17:01 jyoseph

@mykeehu https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/6144 that's the one, not closed yet.

mezotaken avatar Jan 29 '23 11:01 mezotaken

Would like to have it back too. Was very convenient. Prompt S/R is not very clear replacement for what I've used to use...

tERB00 avatar Jan 30 '23 16:01 tERB00

I'm actually going to close this in favor of https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/12397 which would be a more flexible option.

catboxanon avatar Aug 08 '23 05:08 catboxanon