yeonghoon.kim

  • 게시판
  • 갤러리
  • aws

마크다운 TIL 템플릿

김영훈 2024.01.03 11:58 조회 수 : 597

# 2024-01-02 학습 내역

## 주제 1: 파이썬 pip 설치 에러 해결

### 문제:
- `AttributeError: module 'tarfile' has no attribute 'data_filter'`

### 해결 방법:
- pip 모듈을 최신 버전으로 업데이트
  ```bash
  python -m pip install --upgrade pip
  ```

---

## 주제 2: Stable Diffusion 설치 - Rocky Linux 9

### 환경 설정:
- **시스템**: Rocky Linux 9
- **Python 버전**: 3.9
- **기타 설정**: SELinux 및 방화벽 비활성화

### 설치 절차:
1. **Pip 설치 및 업그레이드**
   ```bash
   dnf install -y python-pip
   python -m pip install --upgrade pip
   ```

2. **Git 설치**
   ```bash
   dnf install -y git
   ```

3. **Stable Diffusion 소스 다운로드**
   ```bash
   git clone https://github.com/Stability-AI/stablediffusion
   ```

4. **Python 모듈 설치**
   ```bash
   cd stablediffusion
   pip install -r requirements.txt
   ```

### 사용 예시:
1. **Classic Img2Img**
   ```bash
   python scripts/img2img.py --prompt "A fantasy landscape, trending on artstation" --init-img <path-to-img.jpg> --strength 0.8 --ckpt <path/to/model.ckpt>
   ```

2. **Text-to-Image**
   ```bash
   python scripts/txt2img.py --prompt "a professional photograph of an astronaut riding a horse" --ckpt <path/to/768model.ckpt/> --config configs/stable-diffusion/v2-inference-v.yaml --H 768 --W 768  
   ```

---


  • 추천 0

  • 비추천 0
이 게시물을
목록

댓글 0

사진 및 파일 첨부

여기에 파일을 끌어 놓거나 왼쪽의 버튼을 클릭하세요.

파일 용량 제한 : 0MB (허용 확장자 : *.*)

업로드 중... (0%)

0개 첨부 됨 ( / )
 
번호 제목 글쓴이 날짜 조회 수
공지 2025 일본 여행 계획 김영훈 2024.10.10 1107
공지 현금, 저축, 투자, 지출, 예산, 보험 내역(2024-05-30) 김영훈 2024.03.10 764
25 CentOS7 php 7.4 + composer 설치 김영훈 2023.08.18 543
24 ELK Stack 테스트 [1] 김영훈 2023.08.30 330
23 sar bash 스크립트 [1] 김영훈 2023.09.05 434
22 자바스크립트 화살표 함수 김영훈 2023.10.06 372
21 rocky linux 9 - init_script.sh 김영훈 2023.12.08 421
20 2023년 월간 소비 비중 file 김영훈 2024.01.01 388
19 AttributeError: module 'tarfile' has no attribute 'data_filter' 에러 김영훈 2024.01.02 749
18 Stable Diffusion 설치 - rockylinux9 [테스트 - 나 / 정리 -chatgpt] [1] 김영훈 2024.01.02 855
» 마크다운 TIL 템플릿 김영훈 2024.01.03 597
16 error: rpmdb: BDB2034 unable to allocate memory for mutex; resize mutex region [1] 김영훈 2024.01.08 816
15 Oracle 9i cx_Oracle 클라이언트 연결 방법 [1] 김영훈 2024.01.12 769
14 리눅스 공인 아이피 확인 - curl ipinfo.io 김영훈 2024.01.29 649
13 오라클 클라우드 arm 환경에서 Palworld 서버 구축 [11] 김영훈 2024.01.29 1620
12 Dev-C++ 5.11 설치 매뉴얼 file 김영훈 2024.03.09 960
11 openai api를 이용한 챗봇 구현 샘플 김영훈 2024.06.11 647
10 백업된 디스크 복구 김영훈 2024.06.13 639
9 달력 이미지(chatgpt) file 김영훈 2024.09.05 728
8 정보보안기사 오답노트 김영훈 2024.10.01 528
7 rockylinux8 apache-2.4.16, php-5.3.29 설치 file 김영훈 2024.10.11 708
6 rockylinux8 php7.2 -> php7.4 업그레이드 : dnf module 기능 이용 김영훈 2024.10.14 687
쓰기 태그
 첫 페이지 5 6 7 8 9 10 11 12 13 14 끝 페이지