apache tomcat minor version update
# Web&WAS/Tomcat2023. 2. 20. 17:43apache tomcat minor version update

최신 마이너 버전 다운로드 후 압축해제하여 lib폴더에 있는 라이브러리 파일을 기존 버전의 lib폴더에 복사하면 끝!! 재기동하기전에도 version.sh실행하면 버전이 변경된것 확인 가능. 원복해야할지도 모르니 lib폴더를 백업해두자!! https://endoflife.date/tomcat Apache Tomcat Check End of Life, Support Schedule, and release timelines for AlmaLinux OS, Alpine Linux, Amazon Corretto, Amazon Linux, Android OS, Angular, Ansible-core, Ansible, antiX Linux, Apache Airflow, Apache Camel, Apache Cass..

SD webui controlnet
# AI2023. 2. 20. 14:26SD webui controlnet

아래 내용을 추가하여 설치! https://github.com/Mikubill/sd-webui-controlnet 컨트롤넷용 모델 엔진 다운로드 모델 엔진 설치 경로 [설치경로]\stable-diffusion-webui\extensions\sd-webui-controlnet\models https://huggingface.co/webui/ControlNet-modules-safetensors/tree/main webui/ControlNet-modules-safetensors at main huggingface.co webui 재시작 후 하단에 컨트롤넷 메뉴를 클릭하여 아래와 같이 추가된것 확인가능. https://github.com/AUTOMATIC1111/stable-diffusion-webui/iss..

embed이미지 본문 첨부 메일발송 스크립트
# Script/Bash2023. 2. 16. 09:04embed이미지 본문 첨부 메일발송 스크립트

#!/bin/bash # 이메일 발신자, 수신자, 제목 및 내용 설정 from_email="sender@naver.com" from_pw="password" smtphost="smtp.naver.com" to_email="recipient@example.com" subject="Test email with embedded image" body="This is a test email with an embedded image." boundary="boundary_string" # 이미지 파일 경로 설정 image_path="/path/to/image.png" # 이메일 본문에 이미지를 추가 body_with_image="From: $from_email\r\nTo: $to_email\r\nSubject: $s..

stable-diffusion-webUI 통합팩 설치 및 사용법
# AI2023. 2. 13. 22:49stable-diffusion-webUI 통합팩 설치 및 사용법

구동환경 : RTX3000시리즈 위 다운로드 파일 다운후 파워쉘을 관리자 권한으로 아래 명령어 실행 Set-ExecutionPolicy Bypass 다운로드한 파일을 압축해제 후 해당 경로에서 아래와 같이 실행 # stable-diffusion-webui폴더에서 powerShell열고 cd ./venv/Scripts/ ./Activate.ps1 pip install --upgrade fastapi==0.90.0 webui실행 webui-user.bat 실행 모델 엔진(체크포인트) 및 로라 다운받는 사이트 https://civitai.com/ Civitai | Stable Diffusion models, embeddings, hypernetworks and more Civitai is a platform ..

[파이썬]파파고 API 연동
# Script/Python2023. 2. 8. 13:07[파이썬]파파고 API 연동

신청 URL https://developers.naver.com/apps/#/register 애플리케이션 - NAVER Developers developers.naver.com 예제 import json import os import sys import urllib.request client_id = "ZOB" # 개발자센터에서 발급받은 Client ID 값 client_secret = "zs" # 개발자센터에서 발급받은 Client Secret 값 #encText = urllib.parse.quote("I'm going to write a blog about Korea, so please let me know in 2000 characters.") encText = urllib.parse.quote("..

image