일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
- 센토스
- IOS
- unittest
- vsCode
- 오블완
- 맥
- 개발
- 네트워크
- centos
- ReactNative
- build
- Chrome
- TensorFlow
- 티스토리챌린지
- Android
- react
- PYTHON
- jest
- qunit
- xcode
- androidstudio
- webpack
- linux
- VirtualBox
- node
- MAC
- MachineLearning
- localserver
- 리눅스
- Today
- Total
목록분류 전체보기 (490)
로메오의 블로그
Accounts를 누릅니다. github를 선택하고 ssh를 선택하고 connect account를 누릅니다. 권한 허가를 누릅니다. 저장합니다. ssh 오류가 발생하면 계정을 더블 클릭합니다. Generate Key를 눌러 SSH키를 생성합니다. 비밀번호 없이 create 합니다. 생성된 공개키를 복사합니다. github에서 Settings를 누릅니다. SSH에서 New SSH key를 누릅니다. key를 붙여넣기 하고 Add SSH key를 누릅니다. sourcetree에서 연결을 확인합니다. key는 ~/.ssh 폴더에 생성됩니다.
$ ssh -V OpenSSH_9.4p1, LibreSSL 3.3.6 ssh 버전을 확인 합니다. SSH 키생성 $ cd ~ $ ssh-keygen -t ed25519 -b 4096 -C "my-email@gmail.com" -f bitbucket 암호는 비워줍니다. 개인키(bitbucket)와 공개키(bitbucket.pub)가 생성되었습니다. SSH 에이전트에 키 추가하고 공개키를 내용을 확인합니다. $ ssh-add ~/bitbucket Identity added: /Users/romeoh/bitbucket (my-email@gmail.com) $ cat bitbucket.pub ssh-ed25519 AAAAC3NzaC1lZDI1NTE5***qjXKCs3sKvw/ueTa9zVlabQkcf0rgh2+..
새로 만들기를 누릅니다. 영상 및 음성 파일로 시작하기를 누릅니다. 클립 나누기를 선택합니다. 25 정도로 설정합니다. 그리고 확인 버튼을 누릅니다. 수정이 필요한 자막은 직접 수정해 줍니다. 서식에서 디자인을 변경합니다. 내보내기 > final cut pro로 저장합니다. 파일 > 가져오기 > XML을 선택합니다.
Stable Diffusion 목차 https://github.com/DominikDoom/a1111-sd-webui-tagcomplete Tag Complete를 설치합니다. Stable Diffusion 목차
Stable Diffusion 목차 https://civitai.com/models/108836?modelVersionId=159987 위사이트에서 Motion Modules를 다운로드해서 extends/sd-webui-animatediff/model에 넣어줍니다. Positive: wearing jeans in the concert dome, with white cardigan,full body, (wide hips:1.3), (thigh gap:1.2), ( (intricate details:1.2), (face, mature female:1.2),Depth of field, Cinematic Light, Lens Flare, Ray tracing, perspective,RAW, (1girl), de..
Stable Diffusion 목차 https://github.com/fkunn1326/openpose-editor Openpose를 설치합니다. https://huggingface.co/ckpt/ControlNet-v1-1/tree/main control_v11e_sd15_ip2p_fp16.safetensors 을 다운받아 extensions/sd-webui-controlnet/models에 넣어줍니다. https://huggingface.co/lllyasviel/ControlNet/tree/main/models control_sd15_openpose.pth을 다운받아 extensions/sd-webui-controlnet/models에 넣어줍니다. 서버를 재구동해서 OpenPose Editor를 확인..
Stable Diffusion 목차 https://civitai.com/models/6424/chilloutmix 모델을 다운로드해서 model > Stable-diffusion에 넣습니다. https://huggingface.co/stabilityai/sd-vae-ft-mse-original/blob/main/vae-ft-mse-840000-ema-pruned.ckpt VAE를 다운로드 해서 model > VAE에 넣습니다. Positive (best quality), (masterpiece), (high resolution), (1girl), (intricate details), (photo_realistic), (cinematic light) Negative (worst quality:1.5),(l..
Stable Diffusion 목차 $ python3 --version Python 3.11.2 $ git --version git version 2.39.3 (Apple Git-145) python, git 설치를 확인합니다. https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Online-Services 위 사이트에서 Google Colab에 들어갑니다. https://colab.research.google.com/github/TheLastBen/fast-stable-diffusion/blob/main/fast_stable_diffusion_AUTOMATIC1111.ipynb Drive로 복사를 누릅니다. 사본이 생겼습니다. Connect Go..