AI(2)
-
사진을 지브리 스타일 이미지로 만들기
1) https://chatgpt.com/ 접속 2) 모델이 GPT-4o 인지 확인3) 하단에 + 버튼을 클릭 4) 컴퓨터에서 업로드를 선택해서 이미지를 업로드 한다. 5) 프롬프트는 아래와 같이 입력 "Convert the uploaded photo into Ghibli-style art. Keep characters, background, and clothing similar to the original, with a soft, painterly aesthetic." 6) 완성 변환된 파일은 다운로드 !
2025.03.30 -
DeepSeek-R1 로컬 컴퓨터에 설치
테스트 하는 PC 사양은 아래와 같습니다. AMD 7950xRAM : 64GSSD : nvme 1TBGPU : RTX 3060 # 우분투 리눅스에 설치sudo apt update && sudo apt upgradesudo apt install curl // 설치되어 있다면 건너뜀sudo apt install apt-transport-https ca-certificates curl software-properties-common -ycurl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpgecho "deb [arch=$(dpkg --pr..
2025.03.26