When creating materials to explain a certain topic, many people often utilize PowerPoint presentations.
Naturally, these explanatory materials should be aesthetically pleasing enough to ensure that viewers are not uncomfortable.
The problem is that making them look good takes time...
In addressing this issue, it seems that AI could be utilized to alleviate my burden, so I introduce it here.
Firstly, since this AI tool operates online, there is no need for any separate downloads. Instead, an internet connection is essential. The web address for Gamma is as follows:
Well, as you can see when you visit the site, it prompts for a subscription fee... Although you can use a free account without significant issues, there are certain restrictions imposed. Therefore, those who require it may need to register as a paid member.
4. 그리고 나서 Stable-diffusion 모델을 다운받아서 넣으라고 하는데... 아래 그림의 링크에서 다운받고
계정 폴더 아래 있는 stable-diffusion-webui / models / Stable-diffusion 으로 복사해준다.
5. 또한 아래의 Here 를 눌러 다운 받은 다음 4번에 다운 받은 ckpt 확장자 파일 이름과 같이 변경하여 yaml 확장자 파일로 같은 Stable-diffusion 폴더에 넣어준다.
6. 이제 대충 된것 같은데, cd stable-diffusion-webui 폴더로 이동하고 ./webui.sh 를 입력하여
본격적인 Python virtual 환경 설치 및 실행을 해보자.(필요한 것들은 알아서 다운받아 설치해준다.)
./webui.sh 를 입력했더니 아래와 같은 유저 인터페이스 창이 떴다.
음... 이제 Stable Diffusion Checkpoint 를 선택하고 Text를 적당히 입력해서 테스트 하면...
짜잔....
나 같은 컴맹 수준의 유저도 이렇게 간단히 완료했다.
"I came across a method while searching to try AI image generation.
First, since I am doing this at a level similar to a computer novice, I thought it would be something anyone could do, and I want to organize the process of installing it on an Apple Silicon chip MacBook.
(As I am documenting the process of installing it myself... I will try writing a document for installing it on a Windows PC later.)
First, let's go to the following site and roughly read and try to follow the instructions.
I found out that Homebrew is a package manager. The installation method is to open the terminal and paste it as shown in the figure below.
If you follow the instructions here, first open the terminal app and paste the command line as shown below.
Press Enter on the screen above, and the installation will proceed smoothly...
Oh, something seems to have been installed.
After installation, don't forget to proceed with the following:
The above means that you need to enter the following two lines of commands in the terminal to put the Homebrew app execution command into the PATH so that MacOS can understand it.
After that, download the Stable-diffusion model and copy it to the stable-diffusion-webui/models/Stable-diffusion folder in your account folder.
Also, download from the link below by clicking on 'Here' and put it in the Stable-diffusion folder with the same name as the ckpt extension file downloaded in step 4, changing it to a yaml extension file.
Now that it seems roughly done, go to the stable-diffusion-webui folder and enter ./webui.sh to install and run the Python virtual environment in earnest. (It automatically downloads and installs what is needed.)
When I entered ./webui.sh, the user interface window below appeared.
Now, select Stable Diffusion Checkpoint, enter some text for testing, and...
Voila!
Even a computer novice like me completed it easily."
1. C (Capture, 수집) -필요한 내용을 수집하는 것으로 외부/내부 지식과 아이디어를 정리하는 것이다. 아는 내용은 핵심만 메모하고 놀랄만한 사실은 수집하는 컨셉으로 간다.
2. O (Organize, 정리) -지금 추진 중인 목표와 관계가 있는지 감안하여 정리하고 정리할 때는 PARA 를 고려하여 진행한다.
3. D (Distill, 추출) -수집한 정보는 활용해야 할 때 쉽고 빠르게 확인 가능하도록 핵심적인 내용에 하이라이트를 한다. 이 때, 해쉬태그를 이용하는 것도 방법
4. E (Express, 표현) -유용한 정보들을 저장하고 이러한 메모/기록 등을 다른 사람에게 표현함으로써 새로운 아이디어를 도출하는 것 (예를 들면 지금 이 블로그 처럼)
근데, 위에 PARA 라는 내용이 언급되었는데… PARA는… 아래와 같은 단위 폴더로 구분하는 것을 의미한다.
1. P (Project, 프로젝트) -현재 진행 중으로 단기간 내 끝내야하는 목표가 있는 내용
2. A (Areas, 영역) - 매출 진척도 같이 뭔가 끝맺음이 없이 지속적으로 관리해야 하는 업무
3. R (Resource, 자원) - 향후 참고하고 싶은 자료 들
4. A (Archives, 보관) - 완료한 프로젝트를 포함하여 현재 비활성화 된 내용들을 모아놓는 곳
The concept of a "second brain" refers to the practice of capturing and preserving valuable information by taking notes or recording it. This information is then systematically organized and stored, enabling effective utilization when needed.
Certainly, a second brain can take the form of physical notebooks or diaries, mobile memo apps, or journal apps—whatever allows the storage of essential memories for later utilization. The concept involves capturing and storing necessary information, then effectively using it when needed.
Rather than concentrating on memorizing within this second brain, our brains are encouraged to creatively integrate and synthesize various pieces of information.
This second brain follows the CODE law, summarized as follows:
C (Capture) - Collecting relevant content involves organizing external/internal knowledge and ideas. The concept encourages summarizing essential points and collecting surprising facts.
O (Organize)- When organizing, consider the current goals and relationships. Organize according to PARA, a system based on Projects, Areas, Resources, and Archives.
D (Distill) - To make collected information quickly and easily accessible when needed, highlight the crucial points. Using hashtags can also be an effective method.
E (Express) - Expressing useful information and sharing notes or records with others can lead to the derivation of new ideas (such as in a blog, like this one).
The PARA system mentioned earlier involves categorizing content into four distinct folders:
P (Project) - Content related to ongoing projects with short-term goals.
A (Areas) - Continuous management tasks, such as progress tracking.
R (Resources)- Materials for future reference.
A (Archives)- Completed projects and currently inactive content are stored here.