Stable Diffusion + Controlnet 을 통한 Logo 이미지 생성
·
AI
Example 2주차의 HTTP와 API 통신! 1. 설치방법! 파이썬 가상환경을 위한 아나콘다 설치 각 OS에 맞게 자기 OS 설치해주시면 됩니다… 저는 linux라.. 대부분 mac이던데… 부럽습니다.. Installation — Anaconda documentation 설치 후 다음 명령어로 가상환경 생성 및 접속 후 git과 pip 설치 conda create -n diffusion python=3.10.6 conda activate diffusion conda install git pip 이후 stable diffusion을 코드없이 webui로 실행할수 있는 git repo 가져옵니다. git clone git repo 설명 따라가셔도 됩니다. https://github.com/AUTOMATI..
Streamlit ? AI/ML/DL Demo 사용시 유용 Tool
·
Project
AI 개발을 하면서 미리 Demo Version을 만들어야 하는 경우들이 종종 있다. 이럴때 간편하고 빠르게 AI Demo 를 공유해서 서 Server까지 열어 줄수 있는 데 이 때 유용한 Streamlit을 활용해 보는 예시를 들어보겠다. 일단 streamlit은 주로 데이터시각화에 유용하게 맞춰줘있고 다양한 database를 화면에 바로바로 보여줄수있는 편리한 기능까지 마련되어있다 공식사이트는 아래 link에서 확인하세용 https://docs.streamlit.io/ Streamlit Docs Join the community Streamlit is more than just a way to make data apps, it's also a community of creators that share..