Category / 카테고리 :
RNUI Module : react-native-freelifemakers-ui
- AI
- Arduino
- Cpp
- Cubase
- kotlin
- Kubernetes
- linux
- Nodejs
- notice
- OCI
- PHP
- QT
- React
- ReactNative리액트네이티브
- RN_UIModule
- ServerApp
- Subtitle자막
- swift
- Uncategorized
- website
-
[AI]Ollama + Flux
👉🏻 flux는 이미지 생성 AI 입니다.Flux is an image generation AI. 👉🏻 로컬환경(맥북 환경)에서 이미지 생성하는 방법에 대한 설명입니다. This is an explanation of how to create an image in a local environment (MacBook environment). 👉🏻설치 / Install ✔️ flux를 사용하기 위해서는 ollama가 설치되어야합니다. 이전포스트를 참조하세요To use Flux, Ollama must be installed. Please refer to…
-
[AI]VSCode에서 Continue사용하기/Using Continue in VS Code
👉🏻 설치 환경은 맥북 M3 램 16기가 입니다.The installation environment is a MacBook M3 with 16GB of RAM. 👉🏻 인공지능 모델은 ollama환경에서 gemma4:12b모델 입니다.The artificial intelligence model is the gemma4:12b model in the ollama environment. 👉🏻 gemma4:12b모델은 램이16기가 정도가 되어야 안정적으로 운영할 수 있습니다.The gemma4:12b model requires about 16GB of RAM to operate stably. 👉🏻…
-
[Swift]ObservedObject and StateObject – 1
👉🏻 스위프트에서 ObservedObject와 StateObject를 사용하는 간단한 방법입니다.This is a simple way to use ObservedObject and StateObject in Swift. ✔️ @StateObject와 @ObservedObject는 둘다 뷰에 바인딩하는 방법이지만, 둘은 약간의 차이가 있습니다.Both @StateObject and @ObservedObject are methods for binding to a view, but there are slight differences between the two. ✔️ @StateObject — 일반적으로 뷰에서 직접 상태 객체를 생성하고…