본문 바로가기

전체 글101

(runpod) stable diffusion 템플릿 - 통합 설치팩 통합 설치팩 BASIC 더보기# ------------------------------------------------ # 다운로드할 모델의 URL model_urls = ''' https://huggingface.co/BanKaiPls/AsianModel/resolve/main/BRAV5finalfp16.safetensorshttps://huggingface.co/syaimu/7th_Layer/resolve/main/7th_anime_v3/7th_anime_v3_A.safetensorshttps://huggingface.co/eseutiblog/RunPod_database/resolve/main/zemihr_v2.safetensorshttps://huggingface.co/datasets/useSwor.. 2024. 7. 11.
langchain - memory Memory 관련 주요 클래스 및 메소드1. ConversationBufferMemory ConversationBufferMemory 클래스는 대화의 모든 내용을 메모리에 저장합니다. 메소드 save_context(context): 주어진 대화 내용을 메모리에 저장합니다. load_memory_variables(inputs): 메모리에 저장된 대화 내용을 불러옵니다.  2. ConversationSummaryMemory ConversationSummaryMemory 클래스는 대화 내용을 요약하여 메모리에 저장합니다. 메소드 save_context(context): 주어진 대화 내용을 메모리에 저장합니다. load_memory_variables(inputs): 메모리에 저장된 대화 내용을 불러옵니다. su.. 2024. 5. 30.
팀프로젝트 NOST 로딩창 귀여운 로딩창 생성 2024. 5. 28.
팀프로젝트 NOST 3일차 화면에 해상도 높은 이미지를 가져올 떄 걸리는 시간이 길어 흰 화면이 보임. 아래와 같이 url를 통해 가져왔었음. backgroundImage: 'url("https://images.unsplash.com/photo-1491466424936-e304919aada7?q=80&w=1738&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D")'   1. 사진을 다운받아 asset 폴더에 사진을 저장하고 불러오기import winter from '../../shared/asset/image/winter.avif'backgroundImage: `url(${winter})`,  2. 낮은 해상도의.. 2024. 5. 17.
팀 프로젝트 NOST 2일차 1. GIT git status # 깃 확인git branch -a # 브랜치 확인git remote update # 깃 업데이트git remote add origin https://github.com/1489ehdghks/NOST.git # 다시 가져오기git checkout -t origin/dev # 깃허브의 dev의 파일을 가져옴 checkout : remote (github)에서의 branch 이동switch : 로컬 내의 branch 이동 2. Theme 관리  1) tailwind를 사용할 경우의 코드 const TailwindComponent = () => { const { isDarkMode, isThemeMode } = useThemeStore();.. 2024. 5. 14.
팀 프로젝트 Nost 1일차 목표 align난 추후에도 이 프로젝트를 업데이트를 할 것이고 비즈니스적으로도 생각중입니다.5분정리  와이어 프레임  1. standUp meeting & standDown meeting 2. jira : 프로젝트 관리 is_like -> like 테이블 is_pinned -> pin 테이블 유저 id를 uuid 형식으로 바꿔서 보안강화 2024. 5. 13.