lifeisboringsoprogramming / sd-webui-xldemo-txt2img

Stable Diffusion XL 0.9 Demo webui extension
MIT License
194 stars 24 forks source link

not working #26

Open amrsabry-ai opened 1 year ago

amrsabry-ai commented 1 year ago

I have 16 GB rtx4080 and ram 64 but not working .. after (install from url ) and update and restart and restart webui also but not appear at tabs

how to fix it please ?? Screenshot 2023-07-16 033451 Screenshot 2023-07-16 033531

ganeshkrishnan1 commented 1 year ago

same issue here. Just installed and the menu for token is not visible anywhere

lifeisboringsoprogramming commented 1 year ago

did you see any error messages from the console?

lifeisboringsoprogramming commented 1 year ago

I think some other extension installed a diffusers version lower than 0.18.1

lifeisboringsoprogramming commented 1 year ago

It is not the version in extensions/sd-webui-xldemo-txt2img/requirements_webui.txt

If you have other extensions installed

They may install another version of diffusers and it will overwrite your diffusers version

amrsabry-ai commented 1 year ago

I think some other extension installed a diffusers version lower than 0.18.1

![Uploading Screenshot 2023-07-16 222451.png…]()

H1ghSyst3m commented 1 year ago

Same Problem:

*** Error loading script: sd_webui_xldemo_txt2img.py Traceback (most recent call last): File "C:\AI\stable-diffusion-webui\modules\scripts.py", line 274, in load_scripts script_module = script_loading.load_module(scriptfile.path) File "C:\AI\stable-diffusion-webui\modules\script_loading.py", line 10, in load_module module_spec.loader.exec_module(module) File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "C:\AI\stable-diffusion-webui\extensions\sd-webui-xldemo-txt2img\scripts\sd_webui_xldemo_txt2img.py", line 4, in from xldemo_txt2img_ui import make_ui File "C:\AI\stable-diffusion-webui\extensions\sd-webui-xldemo-txt2img\xldemo_txt2img_ui.py", line 7, in from xldemo_txt2img import XLDEMO_HUGGINGFACE_ACCESS_TOKEN, XLDEMO_LOAD_REFINER_ON_STARTUP File "C:\AI\stable-diffusion-webui\extensions\sd-webui-xldemo-txt2img\xldemo_txt2img.py", line 19, in from diffusers.schedulers.scheduling_dpmsolver_sde import DPMSolverSDEScheduler as dpmsolver_sde ModuleNotFoundError: No module named 'diffusers.schedulers.scheduling_dpmsolver_sde'

I already reinstalled and restarted A1111, I also manually installed the requiements. 
lifeisboringsoprogramming commented 1 year ago

try just using the sd-webui-xldemo-txt2img extension without any others