stable-diffusion-webui-forge icon indicating copy to clipboard operation
stable-diffusion-webui-forge copied to clipboard

Wacom Intous Pro inpainting problem

Open E2GO opened this issue 6 months ago • 5 comments

Problem with drawing masks\sketching using Wacom Intuos Pro (PTH-660). The mask starts to draw, but almost immediately stops and starts moving whole screen. Check video.

Loading log:
Python 3.10.6 (tags/v3.10.6:9c7b4bd, Aug  1 2022, 21:53:49) [MSC v.1932 64 bit (AMD64)]
Version: f1.0.2v1.10.1-previous-168-gf743fbff
Commit hash: f743fbff83c7db0bf0957ab9718f8d42a47eb35e
Launching Web UI with arguments: --xformers --always-gpu --disable-nan-check --cuda-stream --pin-shared-memory --ckpt-dir 'J:\Checkpoints' --clip-models-path 'J:\cachenew' --theme dark --embeddings-dir 'J:\A1111\stable-diffusion-webui\embeddings' --lora-dir 'J:\A1111\stable-diffusion-webui\models\Lora'
Total VRAM 24564 MB, total RAM 65414 MB
pytorch version: 2.1.2+cu121
WARNING:xformers:A matching Triton is not available, some optimizations will not be enabled.
Error caught was: No module named 'triton'
xformers version: 0.0.23.post1
Set vram state to: HIGH_VRAM
Always pin shared GPU memory
Device: cuda:0 NVIDIA GeForce RTX 4090 : native
Hint: your device supports --cuda-malloc for potential speed improvements.
VAE dtype preferences: [torch.bfloat16, torch.float32] -> torch.bfloat16
CUDA Stream Activated:  True
J:\webui_forge_cu121_torch21\system\python\lib\site-packages\transformers\utils\hub.py:127: FutureWarning: Using `TRANSFORMERS_CACHE` is deprecated and will be removed in v5 of Transformers. Use `HF_HOME` instead.
  warnings.warn(
Using xformers cross attention
Using xformers attention for VAE
ControlNet preprocessor location: J:\webui_forge_cu121_torch21\webui\models\ControlNetPreprocessor
[-] ADetailer initialized. version: 24.6.0, num models: 10
2024-08-07 14:23:10,289 - ControlNet - INFO - ControlNet UI callback registered.
Loading weights [c2e61f56f9] from J:\webui_forge_cu121_torch21\webui\models\Stable-diffusion\FluentlyXL-Final.safetensors
Running on local URL:  http://127.0.0.1:7860

To create a public link, set `share=True` in `launch()`.
StateDict Keys: {'unet': 1680, 'vae': 248, 'text_encoder': 197, 'text_encoder_2': 518, 'ignore': 0}
Working with z of shape (1, 4, 32, 32) = 4096 dimensions.: 4.3s, import torch: 9.2s, initialize shared: 0.2s, other imports: 3.0s, list SD models: 3.6s, loa
K-Model Created: {'storage_dtype': torch.float8_e4m3fn, 'computation_dtype': torch.float16, 'manual_cast': True}
Model loaded in 14.4s (load weights from disk: 1.7s, forge model load: 12.7s).

https://github.com/user-attachments/assets/bd4fe057-6997-4311-b540-ff97cf187d4a

E2GO avatar Aug 07 '24 12:08 E2GO