yeonghoon.kim

  • 게시판
  • 갤러리
  • aws

마크다운 TIL 템플릿

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

# 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

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