Tuesday, April 16, 2024

Firefox open multiple private window

 

 

/opt/firefox/firefox-bin --profile $(mktemp -d) --private-window www.google.com www.bing.com
 

Thursday, April 04, 2024

AI Applications for Draw

 

 

[1] Swap face (Adapt face shape to target) https://www.artguru.ai #Use anonymous windows

      Same core than previous line https://www.pica-ai.com/

[2] Swap face pose https://faceswapper.ai/swapper  #Free 10 by day (Works good with 3/4 face)

[3] Swap free 8 times/day https://www.vidnoz.com/face-swap.html #Check by IP, PW

[4] Swap free 8 times/day https://www.miocreate.com/face-swap.html  #Check by IP, PW

[5] https://www.ismartta.com/ #Check by IP,  works more time in private window

 

Compose

[1] Replace hair style https://picsart.com/ai-replace/












Tuesday, April 02, 2024

Nvidia Metrics and more

 

[1] Times by cuda https://developer.nvidia.com/blog/how-implement-performance-metrics-cuda-cc/

[2] GPU Code https://http.download.nvidia.com/developer/GPU_Gems/CD_Image/Index.html 

[3] Fluid in GPU theory https://developer.nvidia.com/gpugems/gpugems/part-vi-beyond-triangles/chapter-38-fast-fluid-dynamics-simulation-gpu


[4] GPU Computing https://researchcomputing.princeton.edu/support/knowledge-base/gpu-computing


Cards 

[1] Guide https://www.nvidia.com/content/geforce-gtx/GEFORCE_RTX_2070_SUPER_User_Guide.pdf

[2] RTX 2070 Techinal summary  https://www.techpowerup.com/gpu-specs/geforce-rtx-2070-super.c3440



Important notes

* CUDA technology is developed by NVIDIA, and it is primarily designed to work with NVIDIA GPUs. CUDA is a parallel computing platform and application programming interface model that allows developers to use NVIDIA GPUs for general-purpose processing.

AMD has its own equivalent technology called OpenCL (Open Computing Language), which is an open standard for parallel programming of heterogeneous systems. OpenCL is not specific to AMD; it is supported by various vendors, including AMD, Intel, and others.

If you have an AMD GPU and want to leverage its parallel processing capabilities, you would typically use OpenCL rather than CUDA. However, it's important to note that not all software applications support both CUDA and OpenCL. The level of support depends on how the software was developed.

 * CUDA technology is specific to NVIDIA GPUs (Graphics Processing Units), and it cannot be used with AMD GPUs. CUDA (Compute Unified Device Architecture) is a parallel computing platform and programming model developed by NVIDIA for their GPUs. It includes a programming interface and software development kit (SDK) for general-purpose computing on NVIDIA GPUs.

On the other hand, AMD uses a different technology called OpenCL (Open Computing Language) for parallel computing across CPUs, GPUs, and other processors. OpenCL is an open standard maintained by the Khronos Group, and it is designed to be vendor-neutral, allowing developers to write code that can run on different hardware platforms, including AMD GPUs. For getting information about CAD Drafting and designing visit CAD Drafter.

If you have an AMD GPU and you are looking to perform GPU-accelerated computing, you would generally use OpenCL or other AMD-specific technologies like ROCm (Radeon Open Compute). CUDA-based applications are not compatible with AMD GPUs, and vice versa.

It's worth noting that some software applications and libraries support both CUDA and OpenCL, allowing users to choose between NVIDIA and AMD GPUs. However, the underlying GPU-specific code would need to be implemented separately for CUDA and OpenCL.

* in 2024 it is possible to run CUDA code in AMD GPUs

https://github.com/vosen/ZLUDA

* Is CUDA faster than MPI?

CUDA is fast, but only if your do a lot of parallel processing on matrices. CUDA can be very fast, but for some kind of applications. Data transfer in CUDA is often the bottleneck. MPI is suitable for cluster environment and large scale network of computers.

 

 

References



[1] NVidia Pascal https://wccftech.com/nvidia-pascal-gpu-gtc-2015/

[2] https://community.amd.com/t5/ai-discussions/is-it-possible-to-use-cuda-technology-with-amd/td-p/643124







Tuesday, March 12, 2024

Animation online

Sketch to animation

[1] https://sketch.metademolab.com/

 

Animate avatar from audio recorded


 

[1] https://new.express.adobe.com/tools/animate-from-audio


Tuesday, February 27, 2024

Online Machine Learning tools

 

 Multiclass Image Classification

https://teachablemachine.withgoogle.com/train/image

Saturday, January 27, 2024

Series Online

[1] Spanish  https://elnovelerovariadito.com/el-senor-de-los-cielos-sus-comienzos-t-1/

[2]

 

Corean 

[1] https://pandrama.app

[2] https://doramashd.com 

[3] https://doramason.com/pais/corea-del-sur/

Sunday, January 14, 2024

AI Animation

Draw to 3D https://monstermash.zone/

 https://econ3d.com/en/

https://www.csm.ai/

https://dreamgaussian.github.io/

Diffusion

Text to image https://ideogram.ai

 

Filters

Image to Image https://www.seaart.ai/ai-tools/ai-filter

Leonardo https://app.leonardo.ai/ai-generations

Speech

Antoni/Adam/Thomas(soft) https://elevenlabs.io/speech-synthesis















Video editor online

 

[1] Loop 5x/Crop/Resolution https://online-video-cutter.com/loop-video

[2] Extract mp3/Resolution https://video-converter.com

[3] Replace audio https://www.onlineconverter.com/add-audio-to-video


Firefox open multiple private window

    /opt/firefox/firefox-bin --profile $(mktemp -d) --private-window www.google.com www.bing.com