Advertisement
Guest User

Untitled

a guest
Dec 31st, 2022
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.66 KB | None | 0 0
  1. Mobile GTX 1650 4GG notes:
  2. -Confirmed p0 power state of card at all times via: nvidia-smi -q -d PERFORMANCE
  3. -Confirmed "max speeds" (see below) via: nvidia-smi -q -d CLOCK
  4. -Confirmed list of speeds possible (60001Mhz for memory, 1785Mhz for graphics) via: "nvidia-smi --query-supported-clocks=timestamp,gpu_name,gpu_uuid,memory,graphics --format=csv"
  5.  
  6. In all tests run below, regardless of speed, settings for GPU were:
  7. Max Clocks
  8. Graphics : 1785 MHz
  9. SM : 1785 MHz
  10. Memory : 6001 MHz
  11. Video : 1650 MHz
  12. Max Customer Boost Clocks
  13. Graphics : 1785 MHz
  14.  
  15. First render numbers tossed because they're always slightly longer.
  16. Prompt "A man in a spacesuit riding a horse", sampler: DPM++ 2S a Karras, 20 steps
  17.  
  18. --opt-sub-quad-attention --sub-quad-min-chunk-vram-percent 75 --xformers
  19. 512 1:41, 5.06s/it
  20. 832 6:33, 19.69s/it
  21.  
  22. --opt-sub-quad-attention --sub-quad-min-chunk-vram-percent 20 --xformers
  23. 512 1:39, 4.95s/it
  24. 832 6:23, 19.19s/it
  25.  
  26. --opt-sub-quad-attention --sub-quad-min-chunk-vram-percent 10 --xformers
  27. 512 1:40, 5.00s/it
  28. 832 6:26, 19.32s/it
  29.  
  30. --opt-sub-quad-attention --sub-quad-min-chunk-vram-percent 5 --xformers
  31. 512 1:38, 4.93s/it
  32. 704 4:09, 12.48s/it
  33. 832 6:24, 19.21s/it
  34.  
  35. --xformers
  36. 512 1:40, 5.04s/it
  37. 832 6:32, 19.63s/it
  38.  
  39. --xformers --no-half
  40. OOM ERROR ON LOAD, BREAKS TO SHELL
  41.  
  42. --xformers --no-half --medvram
  43. 512 :49, 2.46s/it
  44. 832 OOM
  45.  
  46. --opt-sub-quad-attention --sub-quad-min-chunk-vram-percent 50 --xformers --no-half --medvram
  47. 512 OOM
  48.  
  49. --opt-sub-quad-attention --sub-quad-min-chunk-vram-percent 40 --xformers --no-half --medvram
  50. 512 :46, 2.33s/it
  51. 576 1:04, 3.21s/it
  52. 640 OOM
  53.  
  54. --opt-sub-quad-attention --sub-quad-min-chunk-vram-percent 30 --xformers --no-half --medvram
  55. 512 :46, 2.35s/it
  56. 640 OOM
  57.  
  58. --opt-sub-quad-attention --sub-quad-min-chunk-vram-percent 25 --xformers --no-half --medvram
  59. 512 :47, 2.36s/it
  60. 640 OOM
  61.  
  62. --opt-sub-quad-attention --sub-quad-min-chunk-vram-percent 20 --xformers --no-half --medvram
  63. 512 :46, 2.33s/it
  64. 640 OOM
  65.  
  66. --opt-sub-quad-attention --sub-quad-min-chunk-vram-percent 15 --xformers --no-half --medvram
  67. 512 :46, 2.35s/it
  68. 576 1:04, 3.23s/it
  69. 640 OOM
  70.  
  71. --opt-sub-quad-attention --sub-quad-min-chunk-vram-percent 8 --xformers --no-half --medvram
  72. 512 :46, 2.31s/it
  73. 640 OOM
  74.  
  75. --opt-sub-quad-attention --sub-quad-min-chunk-vram-percent 5 --xformers --no-half --medvram
  76. 512 :47, 2.37s/it
  77. 576 1:04, 3.23s/it
  78. 640 OOM
  79.  
  80. (slow.bat) --no-half --no-half-vae --lowvram --opt-split-attention --xformers --listen
  81. 512 3:25, 10.28s/it
  82. 832 5:09, 15.47s/it
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement