AUTOMATIC1111 / stable-diffusion-webui

Stable Diffusion web UI
GNU Affero General Public License v3.0
141.45k stars 26.73k forks source link

[Bug]: 3d fov not working #10372

Closed shlomitgueta closed 1 year ago

shlomitgueta commented 1 year ago

Is there an existing issue for this?

What happened?

fov were is the fov? also some times in 3d mose it still show me zoom ,i think its not changing to 3d. i try to install the xformers but nothing help. some thimes fov works but most of the time not showing.i try to format windows but it doesnt help

Steps to reproduce the problem

  1. Go to .... deforum-keyframes
  2. Press ....3d and go to depth and warping
  3. ...but fov not showing

What should have happened?

i think it related to xformers or version i dont know

Commit where the problem happens

i dont know how to check if there is commit about this

What platforms do you use to access the UI ?

Windows

What browsers do you use to access the UI ?

Google Chrome

Command Line Arguments

i just put in the requirment txt:
xformers
and in the setting i checked the xformers

List of extensions

report

Console logs

Using VENV: C:\Users\Gueta\Desktop\ai\automatic\venv
15:06:37-485993 INFO     Starting SD.Next
15:06:37-492900 INFO     Python 3.10.6 on Windows
15:06:37-567745 INFO     Version: a2923064 Sat May 13 11:52:31 2023 -0400
15:06:38-133833 INFO     Latest published version: 12569f7fdb318b690221f34e753b2f2ff0ad4d9f 2023-05-14T12:02:36Z
15:06:38-137822 INFO     Setting environment tuning
15:06:38-140815 INFO     nVidia CUDA toolkit detected
15:06:39-937338 INFO     Torch 2.0.0+cu118
15:06:39-954467 INFO     Torch backend: nVidia CUDA 11.8 cuDNN 8700
15:06:39-956433 INFO     Torch detected GPU: NVIDIA GeForce GTX 1080 Ti VRAM 11264 Arch (6, 1) Cores 28
15:06:39-959470 INFO     Verifying requirements
15:06:40-025994 INFO     No changes detected: Quick launch active
15:06:40-034971 INFO     Running extension preloading
15:06:40-036937 INFO     Server arguments: []
15:06:46-281727 INFO     Libraries loaded
15:06:46-302696 INFO     Available models: C:\Users\Gueta\Desktop\ai\automatic\models\Stable-diffusion 8
ControlNet v1.1.166
ControlNet v1.1.166
Image Browser: ImageReward is not installed, cannot be used.
15:06:49-823179 INFO     Libraries loaded
15:06:50-135523 INFO     Loading UI theme: black-orange
*Deforum ControlNet support: enabled*
Running on local URL:  http://127.0.0.1:7860

To create a public link, set `share=True` in `launch()`.
15:06:53-029666 INFO     Local URL: http://127.0.0.1:7860/
15:06:53-031273 INFO     API Docs: http://127.0.0.1:7860/docs
15:06:53-033269 INFO     Initializing middleware
15:06:53-324519 INFO     Setting Torch parameters: dtype=torch.float16 vae=torch.float16 unet=torch.float16
Loading weights: C:\Users\Gueta\Desktop\ai\automatic\models\Stable-diffusion\realisticVisionV20_v20.safetensors ---------------------------------------- 0.0/3.9 GB -:--:--
LatentDiffusion: Running in eps-prediction mode
DiffusionWrapper has 859.52 M params.
15:06:54-184294 INFO     Model created from config: C:\Users\Gueta\Desktop\ai\automatic\configs\v1-inference.yaml
15:06:56-109146 INFO     Applying xformers cross attention optimization
15:06:56-134074 INFO     Embeddings loaded: 0 []
15:06:56-142032 INFO     Model loaded in 2.8s (load=0.5s create=0.4s apply=0.6s vae=0.7s move=0.7s)
15:06:56-362474 INFO     Model load finished: {'ram': {'used': 3.03, 'total': 15.97}, 'gpu': {'used': 3.07, 'total': 11.0}, 'retries': 0, 'oom': 0}
15:06:56-670171 INFO     Startup time: 16.6s (torch=3.6s gradio=2.0s libraries=0.7s codeformer=0.1s scripts=3.5s opts onchange=0.2s ui=2.7s start=0.2s scripts app_started_callback=0.1s checkpoint=3.6s)
15:06:56-676294 INFO     Memory used: 1.04 total: 15.97

Additional information

i have win 10 11 gpu 1080ti pyton 3.10.6 usuing vladmadic

boundlessliving commented 1 year ago

Having the same issue. Any resolution?