deforum-art / sd-webui-deforum

Deforum extension for AUTOMATIC1111's Stable Diffusion webui
https://deforum.github.io
Other
2.7k stars 390 forks source link

deforum tab not visible from the UI #50

Closed nbourre closed 2 years ago

nbourre commented 2 years ago

I followed the instructions, but I can't see the deforum tab in UI.

I don't have anything that seems to be related to deforum.py in the script folder.

venv "D:\sources\stable-diffusion-webui\venv\Scripts\Python.exe"
Python 3.10.8 (tags/v3.10.8:aaaf517, Oct 11 2022, 16:50:30) [MSC v.1933 64 bit (AMD64)]
Commit hash: be1596ce30b1ead6998da0c62003003dcce5eb2c
Installing requirements for Web UI
Launching Web UI with arguments: --listen --opt-split-attention --share --gradio-auth userXXX:testXXX--disable-safe-unpickle
LatentDiffusion: Running in eps-prediction mode
DiffusionWrapper has 859.52 M params.
making attention of type 'vanilla' with 512 in_channels
Working with z of shape (1, 4, 32, 32) = 4096 dimensions.
making attention of type 'vanilla' with 512 in_channels
Loading weights [7460a6fa] from D:\sources\stable-diffusion-webui\models\Stable-diffusion\sd-v1-4.ckpt
Global Step: 470000
Applying cross attention optimization (Doggettx).
Model loaded.
Loaded a total of 0 textual inversion embeddings.
Running on local URL:  http://0.0.0.0:7860
Running on public URL: https://xxx.gradio.app

This share link expires in 72 hours. For free permanent hosting and GPU upgrades (NEW!), check out Spaces: https://huggingface.co/spaces
blackneoo commented 2 years ago

how did you install the extension?

nbourre commented 2 years ago
  1. I went in to the stable-diffusion-webui folder
  2. Cloned the repo with this git clone https://github.com/deforum-art/deforum-for-automatic1111-webui/ extensions/deforum
  3. Downloaded the .pt files and put them int the models\deforum folder.

I start the webui with these parameters --listen --opt-split-attention --share --gradio-auth userXXX:testXXX--disable-safe-unpickle

kabachuha commented 2 years ago

Is your webui installation updated to the last version?

nbourre commented 2 years ago

Yes, I pull the last commits before each run.

nbourre commented 2 years ago

Ok, I found the problem. I modified the webui-user.bat, but my pull request was not running since I had unstaged files.