Recent posts

stable diffusion prompt 추천 싸이트

1 minute read

stable diffusion prompt 추천 prompt search prompt search 무료로 다양한 프롬프트들을 검색할 수 있다. 애니메이션 버전과 실사화 버전릐 프롬프트를 따로 검색할 수 있다. 매주 가장 인기 있었던 프롬프트를 확인할 수 있다. 각 프롬프트에 ...

model download site

less than 1 minute read

stable diffusion model download huggingface huggingface arthub arthub civitai civitai 추천 동양인 ChilloutMix 서양인 Deliberate

stable diffusion에 controlnet 설치하기

less than 1 minute read

stable diffusion에서 controlnet 사용하기 webui에서 아래 기능들을 사용할수 있다. controlnet github openpose github 설치 install내용에 아래 github 주소를 넣는다. https://github.com/Mikubill...

chatgpt구조를 plantuml을 사용해서 그려보자

1 minute read

UML 그려주는 VScode extension - PlantUML plantuml VScode Extension 검색에서 plantuml을 검색하면 설치가 됩니다. plantuml 사용법 일단 확장자를 xxx.plantuml 로 저장하면 됩니다. 오른쪽 위에 돋보기 모...

tmux 초기 설치후 prefix 값 변경

less than 1 minute read

tmux 설치후 ctrl+b 를 ctrl+a로 변경 tmux에서 기본 키 바인딩을 “Ctrl + B”에서 “Ctrl + A”로 변경하려면 tmux.conf 파일을 수정해야 합니다. 방법은 다음과 같습니다. 터미널을 열고 다음 명령을 입력하여 텍스트 편집기에서 tmux.conf 파...