使用者工具

網站工具


jetson_agx_orin_development

差異處

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

連向這個比對檢視

Both sides previous revision 前次修改
下次修改
前次修改
jetson_agx_orin_development [2024/04/10 11:25]
don [Deepstream]
jetson_agx_orin_development [2024/04/16 15:34] (目前版本)
don [AGX Stable Diffusion]
行 138: 行 138:
  
 <color #ed1c24>Get deepstream-6.3_6.3.0-1_arm64.deb for Jetson not to download for x86</color>\\ <color #ed1c24>Get deepstream-6.3_6.3.0-1_arm64.deb for Jetson not to download for x86</color>\\
-<code>sudo apt-get install ./deepstream-6.3_6.3.0-1_arm64.deb</code>+<code>sudo apt install ./deepstream-6.3_6.3.0-1_arm64.deb</code>
  
 === 4. Copy the generated libraries to the deepstream directory: === === 4. Copy the generated libraries to the deepstream directory: ===
行 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>
-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>
  
-=== JETSON AGX Orin performance test ===+==== 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.1712719554.txt.gz · 上一次變更: 2024/04/10 11:25 由 don