使用者工具

網站工具


jetson_agx_orin_development

差異處

這裏顯示兩個版本的差異處。

連向這個比對檢視

Both sides previous revision 前次修改
下次修改
前次修改
jetson_agx_orin_development [2024/04/16 15:09]
don [CPU Stress Test]
jetson_agx_orin_development [2024/04/16 15:34] (目前版本)
don [AGX Stable Diffusion]
行 200: 行 200:
 <code>./gpu_burn 1000</code> <code>./gpu_burn 1000</code>
  
-=== Fan Control ===+==== Fan Control ====
 <code>/etc/nvfancontrol.conf </code> <code>/etc/nvfancontrol.conf </code>
 FAN_DEFAULT_PROFILE cool \\ FAN_DEFAULT_PROFILE cool \\
行 206: 行 206:
 <code>sudo systemctl restart nvfancontrol</code> \\ <code>sudo systemctl restart nvfancontrol</code> \\
  
-=== Power Mode Setting ===+==== Power Mode Setting ====
 Nvidia Power Model Tool to config ID=0 “MAXN” \\ Nvidia Power Model Tool to config ID=0 “MAXN” \\
  
行 213: 行 213:
 <code>sudo jetson_clocks</code> \\ <code>sudo jetson_clocks</code> \\
  
-=== AGX Stable Diffusion ===+==== AGX Stable Diffusion ===
 + 
 +[[https://huggingface.co/CompVis/stable-diffusion-v-1-4-original|Download sd-v1-4.ckpt]] 
 <code> <code>
 git clone https://github.com/chitoku/stable-diffusion git clone https://github.com/chitoku/stable-diffusion
 cd stable-diffusion cd stable-diffusion
 git checkout jetson git checkout jetson
 +cp ~/Downloads/sd-v1-4.ckpt /home/aopen/stable-diffusion/models/ldm/stable-diffusion-v1/
 ./docker/run.sh ./docker/run.sh
 python3 scripts/txt2img.py --prompt "Robots marching down a street in Japanese city" --plms python3 scripts/txt2img.py --prompt "Robots marching down a street in Japanese city" --plms
 </code> </code>
  
-[[https://huggingface.co/CompVis/stable-diffusion-v-1-4-original|Download sd-v1-4.ckpt]] +==== JETSON AGX Orin performance test ====
-<code> +
-cp ~/Download/sd-v1-4.ckpt /home/aopen/stable-diffusion/models/ldm/stable-diffusion-v1/ +
-</code> +
- +
-=== JETSON AGX Orin performance test ===+
 https://github.com/NVIDIA-AI-IOT/jetson_benchmarks https://github.com/NVIDIA-AI-IOT/jetson_benchmarks
- 
- 
  
 <code> <code>
jetson_agx_orin_development.1713251384.txt.gz · 上一次變更: 2024/04/16 15:09 由 don