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

[Bug]: seed reuse button

Open playlogitech opened this issue 2 years ago • 0 comments

Is there an existing issue for this?

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

What happened?

seed reuse button works only for the first image in freshly generated batch, before i was able to click on any image i like in webui preview and press the button "use seed from last generation", now I cant and i need to dig into metadata of image to get the seed and copy paste it

Steps to reproduce the problem

  1. Go to ....
  2. Press ....
  3. ...

What should have happened?

explained above

Commit where the problem happens

4c1ad743e3baf1246db0711aa0107debf036a12b

What platforms do you use to access the UI ?

Windows

What browsers do you use to access the UI ?

Google Chrome

Command Line Arguments

--theme dark --opt-sdp-attention --api --ckpt-dir D:\models

List of extensions

a1111-sd-webui-tagcomplete corridor-crawler-outpainting depth-image-io-for-SDWebui depthmap2mask sd-webui-3d-open-pose-editor sd-webui-additional-networks sd-webui-aspect-ratio-helper sd-webui-controlnet sd-webui-depth-lib sd-webui-supermerger stable-diffusion-webui-instruct-pix2pix stable-diffusion-webui-model-toolkit stable-diffusion-webui-pixelization stable-diffusion-webui-two-shot stable-diffusion-webui-wd14-tagger stable-diffusion-webui-wildcards

Console logs

venv "C:\stable-diffusion-webui\venv\Scripts\Python.exe"
Python 3.10.6 (tags/v3.10.6:9c7b4bd, Aug  1 2022, 21:53:49) [MSC v.1932 64 bit (AMD64)]
Commit hash: 4c1ad743e3baf1246db0711aa0107debf036a12b
Installing requirements for Web UI
Fetching updates for midas...
Checking out commit for midas with hash: b845b78...


Installing scikit-learn


Launching Web UI with arguments: --theme dark --opt-sdp-attention --api --ckpt-dir D:models
No module 'xformers'. Proceeding without it.
C:\stable-diffusion-webui\venv\lib\site-packages\torchvision\transforms\functional_tensor.py:5: UserWarning: The torchvision.transforms.functional_tensor module is deprecated in 0.15 and will be **removed in 0.17**. Please don't rely on it. You probably just need to use APIs in torchvision.transforms.functional or in torchvision.transforms.v2.functional.
  warnings.warn(
[AddNet] Updating model hashes...
100%|███████████████████████████████████████████████████████████████████████████████| 51/51 [00:00<00:00, 12730.44it/s]
[AddNet] Updating model hashes...
100%|███████████████████████████████████████████████████████████████████████████████| 51/51 [00:00<00:00, 12757.77it/s]
Loading weights [8c0e2a5cfc] from D:models\WaifuReaper_v1.safetensors
Creating model from config: C:\stable-diffusion-webui\configs\v1-inference.yaml
LatentDiffusion: Running in eps-prediction mode
DiffusionWrapper has 859.52 M params.
Applying scaled dot product cross attention optimization.
Textual inversion embeddings loaded(11): bad-artist, bad-hands-5, bad_prompt_version2, CharTurner, corneo_anal, corneo_mercy, corneo_side_doggy, corneo_tentacle_sex, EasyNegative, ng_deepnegative_v1_75t, pureerosface_v1
Model loaded in 3.0s (load weights from disk: 0.1s, create model: 0.3s, apply weights to model: 0.7s, apply half(): 0.4s, move model to device: 0.6s, load textual inversion embeddings: 0.8s).
Running on local URL:  http://127.0.0.1:7860

To create a public link, set `share=True` in `launch()`.
Startup time: 13.1s (import torch: 1.9s, import gradio: 1.4s, import ldm: 0.3s, other imports: 1.6s, list extensions: 1.8s, load scripts: 2.0s, load SD checkpoint: 3.1s, create ui: 0.7s, gradio launch: 0.1s).
100%|██████████████████████████████████████████████████████████████████████████████████| 20/20 [00:11<00:00,  1.71it/s]
Total progress: 100%|██████████████████████████████████████████████████████████████████| 20/20 [00:01<00:00, 10.95it/s]
100%|██████████████████████████████████████████████████████████████████████████████████| 20/20 [00:01<00:00, 18.92it/s]
Total progress: 100%|██████████████████████████████████████████████████████████████████| 20/20 [00:01<00:00, 16.72it/s]
100%|██████████████████████████████████████████████████████████████████████████████████| 20/20 [00:01<00:00, 17.23it/s]
Total progress: 100%|██████████████████████████████████████████████████████████████████| 20/20 [00:01<00:00, 16.89it/s]

Additional information

No response

playlogitech avatar Mar 26 '23 14:03 playlogitech