Stability-AI / StableStudio

Community interface for generative AI
MIT License
8.79k stars 876 forks source link

Samplers do not show up in the selection box #42

Closed Harvester62 closed 1 year ago

Harvester62 commented 1 year ago

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):

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

Additional context Add any other context about the problem here.

KAJdev commented 1 year ago

I cannot reproduce image

Could you provide more information regarding your environment?

jtydhr88 commented 1 year ago

this is super wierd, because samplier is hardcoded in https://github.com/Stability-AI/StableStudio/blob/46fd12f6e4b0734dcb9d71366077be795d19e4ec/packages/stablestudio-plugin-stability/src/index.ts#L440 for stability plugin

Harvester62 commented 1 year ago

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

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.