BinaryQuantumSoul / sdnext-modernui

SD.Next ModernUI
GNU Affero General Public License v3.0
17 stars 7 forks source link

[Issue] Prompt field is only 3 lines long on Firefox #38

Closed Disty0 closed 5 months ago

Disty0 commented 5 months ago

Issue Description

Prompt field is only 3 lines long on Firefox. Brave works fine so this is on Firefox only.

Example on Firefox.

image

image

How it should be (Brave):

image

Backend

Firefox

Branch

Desktop

Version Platform Description

Arch Linux 6.8.4 Firefox: 125.0.3-1

ModernUI: c8a46bb SDNext: 385f0688

Relevant log output

disty:~ $ stable-diffusion-webui-public --upgrade
Already up to date.
Submodule path 'extensions-builtin/sdnext-modernui': checked out '0e36e5116dd3bf4d797d48955ca3d2fbc4319d10'
Activate python venv
Launch
19:52:01-815782 INFO     Starting SD.Next                                                                             
19:52:01-818955 INFO     Logger: file="/mnt/DataSSD/AI/Apps/public/automatic/sdnext.log" level=INFO size=720233       
                         mode=append                                                                                  
19:52:01-819924 INFO     Python 3.11.9 on Linux                                                                       
19:52:01-849010 INFO     Version: app=sd.next updated=2024-05-01 hash=385f0688 branch=dev                             
                         url=https://github.com/vladmandic/automatic/tree/dev                                         
19:52:02-268592 INFO     Updating main repository                                                                     
19:52:02-920944 INFO     Upgraded to version: 385f0688 Wed May 1 00:28:28 2024 +0900                                  
19:52:02-924413 INFO     Platform: arch=x86_64 cpu= system=Linux release=6.8.4-zen1-1-zen python=3.11.9               
19:52:02-925872 INFO     Intel OneAPI Toolkit detected                                                                
19:52:02-945274 INFO     Startup: standard                                                                            
19:52:02-945961 INFO     Verifying requirements                                                                       
19:52:02-962062 INFO     Verifying packages                                                                           
19:52:02-963440 INFO     Verifying submodules                                                                         
19:52:15-863365 INFO     Extensions enabled: ['Lora', 'sd-extension-chainner', 'sd-extension-system-info',            
                         'sd-webui-agent-scheduler', 'stable-diffusion-webui-rembg', 'sdnext-modernui',               
                         'a1111-sd-webui-tagcomplete', 'sd-webui-supermerger']                                        
19:52:15-864395 INFO     Verifying requirements                                                                       
19:52:15-876049 INFO     Updating Wiki                                                                                
19:52:16-496976 INFO     Command line args: ['--use-ipex', '--listen', '--insecure', '--port', '7861', '--upgrade']   
                         insecure=True listen=True port=7861 upgrade=True use_ipex=True                               
No ROCm runtime is found, using ROCM_HOME='/dev/null'
19:52:24-772717 INFO     Load packages: {'torch': '2.1.0.post2+cxx11.abi', 'diffusers': '0.27.2', 'gradio': '3.43.2'} 
19:52:25-451309 INFO     VRAM: Detected=15.91 GB Optimization=none                                                    
19:52:25-453482 INFO     Engine: backend=Backend.DIFFUSERS compute=ipex device=xpu attention="Scaled-Dot-Product"     
                         mode=no_grad                                                                                 
19:52:25-454831 INFO     Device: device=Intel(R) Arc(TM) A770 Graphics n=1 ipex=2.1.30+xpu                            
19:52:26-168335 INFO     Available VAEs: path="/mnt/DataSSD/AI/models/public/VAE" items=5                             
19:52:26-169482 INFO     Disabled extensions: []                                                                      
19:52:26-175821 INFO     Available models: path="/mnt/DataSSD/AI/models/public/Stable-diffusion" items=18 time=0.01   
19:52:26-249138 INFO     LoRA networks: available=36 folders=3                                                        
19:52:26-547244 INFO     Extension: script='extensions-builtin/sd-webui-agent-scheduler/scripts/task_scheduler.py'    
                         Using sqlite file: extensions-builtin/sd-webui-agent-scheduler/task_scheduler.sqlite3        
19:52:26-557721 INFO     Extension: script='extensions/a1111-sd-webui-tagcomplete/scripts/tag_autocomplete_helper.py' 
                         Tag Autocomplete: Could not locate model-keyword extension, Lora trigger word completion will
                         be limited to those added through the extra networks menu.                                   
19:52:26-740975 INFO     UI theme: type=Modern name="IlluZn-Domination"                                               
19:52:28-058031 INFO     Local URL: http://localhost:7861/                                                            
19:52:28-203756 INFO     [AgentScheduler] Task queue is empty                                                         
19:52:28-204568 INFO     [AgentScheduler] Registering APIs                                                            
19:52:28-333529 INFO     Select: model="SDXL/7thAnimeXLA_v10 [c69a703641]"                                            
dlerror: /opt/intel/oneapi/compiler/latest/linux/lib/x64/libintelocl.so: cannot open shared object file: No such file or directory
19:52:28-599698 INFO     Setting Torch parameters: device=xpu dtype=torch.bfloat16 vae=torch.bfloat16                 
                         unet=torch.bfloat16 context=inference_mode fp16=True bf16=True                               
                         optimization=Scaled-Dot-Product                                                              
19:52:28-601433 INFO     Autodetect: model="Stable Diffusion XL" class=StableDiffusionXLPipeline                      
                         file="/mnt/DataSSD/AI/models/public/Stable-diffusion/SDXL/7thAnimeXLA_v10.safetensors"       
                         size=6776MB                                                                                  
19:52:40-793119 INFO     Load embeddings: loaded=0 skipped=2 time=0.01                                                
19:52:41-026907 INFO     Load model: time=12.46 load=12.46 native=1024 {'ram': {'used': 7.99, 'total': 46.95}, 'gpu': 
                         {'used': 6.78, 'total': 15.91}, 'retries': 0, 'oom': 0}                                      
19:52:41-028961 INFO     Startup time: 24.52 torch=7.53 gradio=0.71 libraries=1.37 extensions=0.51 ui-en=0.14         
                         ui-txt2img=0.06 ui-img2img=0.22 ui-control=0.09 ui-settings=0.20 ui-extensions=0.19          
                         ui-defaults=0.05 launch=0.28 api=0.08 app-started=0.19 checkpoint=12.70                      
19:53:59-944376 INFO     MOTD: N/A                                                                                    
19:54:06-975096 INFO     Browser session: user=None client=127.0.0.1 agent=Mozilla/5.0 (X11; Linux x86_64; rv:125.0)  
                         Gecko/20100101 Firefox/125.0

Acknowledgements

vladmandic commented 5 months ago

fixed. p.s. i hate firefox.

BinaryQuantumSoul commented 5 months ago

Firefox is our only chromium-free alternative 🤞

vladmandic commented 5 months ago

yup, sad but true. unfortunately that doesn't make it less bad, its standards non-compliant in many ways and buggy. anyhow, that's not really that relevant, just venting...