Stability-AI / StableStudio

Community interface for generative AI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Samplers do not show up in the selection box

Harvester62 opened this issue · comments

Describe the bug
If I click on the Sampler | Select a Sampler option the selection box opens but only the message "Loading Samplers ..." is being displayed, and no samplers are listed for selection. Changing model doesn't make any difference.

To Reproduce
Steps to reproduce the behavior:
as above described, search for the list of samplers but none is displayed

Expected behavior
The list of available samplers/schedulers should be retrieved and displayed in the selection box for selection.

Screenshots
immagine

Desktop (please complete the following information):

  • OS: Windows 10 Pro
  • Browser Firefox
  • Version 113.0.1 (64 bit)

Smartphone (please complete the following information):
N/A

Additional context
Add any other context about the problem here.

I cannot reproduce
image

Could you provide more information regarding your environment?

this is super wierd, because samplier is hardcoded in

getStableDiffusionSamplers: () => [
for stability plugin

Thank you for all your feedback and replies. For completeness of information, here follow the running environment details:

  • Windows 10 Pro (64bit) [Microsoft Windows [Version 10.0.19045.2965]],
  • NodeJS has been just updated a few minutes ago from v18.15.0 to v18.16.0 LTS (just in case),
  • Yarn should be shipped with NodeJS so not "installed",
  • Browser is Firefox Version 113.0.1 (64 bit), Python v3.10.6.

This is the console at startup (yarn and yarn dev):
immagine

Anyway, perhaps due to the updating of NodeJS, or for some other reasons, the Samplers are now being correctly displayed:
immagine

If you don't disagree, I would close this bug report. Sorry for the false alarm.