[Tencent Cloud HAI Domain Exploration] Build a local SD text generation image application that never goes down–a rice-level high-performance application HAI deployment stable diffusion webui one-click Wenshengtu

Directory 1. High-performance application service HAI products + Stable Diffusion Webui deployment ideas 2. Start Stable Diffusion WebUI inference with one click 3. Use HAI JupyterLab connection to deploy StableDiffusion API 4. Use local IDE to realize one-click Wenshengtu on the private server Web side 5. Use Tencent Cloud Cloud Studio for rapid cloud development […]

GPT practical series-ChatGLM3 local deployment CUDA11+1080Ti+ graphics card 24G practical solution

Table of Contents 1. ChatGLM3 model 2. Resource requirements 3. Deployment and installation Configuration Environment Installation process Low-cost configuration and deployment solution 4. Start ChatGLM3 5. Functional testing Freshly released, the domestic GPT version has been iteratively updated~ The Tsinghua team has just released ChatGLM3, and just before the Yunqi Conference, Baichuan also released Baichuan2-192K, […]

nebula-br local-store mode, quick practice of building active and standby clusters

Because the online graph database is currently a single cluster, the amount of data is relatively large, and it has the following disadvantages: Single point of risk. Once the cluster crashes or some queries bring down the entire cluster, all graph operations will be affected. Many optimization classes are difficult to perform but will affect […]

Use FastDFS and Nginx for port mapping to achieve remote access to local file servers

Article directory Preface 1. Build the FastDFS file system locally 1.1 Environment installation 1.2 Install libfastcommon 1.3 Install FastDFS 1.4 Configure Tracker 1.5 Configure Storage 1.6 Test upload and download 1.7 Integration with Nginx 1.8 Install Nginx 1.9 Configure Nginx 2. LAN test access to FastDFS 3. Install cpolar intranet penetration 4. Configure public network […]

Local and interface applications of yolo v8 human body key point detection

YOLOV8 YOLOv8 is a cutting-edge, state-of-the-art (SOTA) model that builds on the success of previous YOLO versions, introducing new features and improvements to further improve performance and flexibility. YOLOv8 is designed to be fast, accurate, and easy to use, making it an excellent choice for a variety of object detection and tracking, instance segmentation, image […]

Zookeeper local deployment and cluster construction

zookeeper (zookeeper) is an open source framework widely used in distributed services to provide coordination services Apache Zookeeper is understood from a design pattern perspective: it is a distributed service management framework designed based on the observer pattern. Responsible for storing and managing data that everyone cares about ,Then Accept observer registration , once the […]

Simplify local Feign calls based on Nacos

In daily work, OpenFeign is very commonly used as a calling component between microservices. The calling method of interfaces and annotations highlights simplicity, allowing us to implement interfaces between services without paying attention to internal details. transfer. However, after using it for a long time at work, I found that Feign also has some troubles […]

Vue implements reading local model files and previewing its animation online

demo address 1. Demand background The company used to need its own internal model library and the function of model preview, so it found a model preview plug-in, but found that the animation could not be previewed, so it specially solved this problem. Disadvantages: After developing this function, I feel that it is redundant because […]

Springboot integrates logs and views them locally

Table of Contents 1. Import dependencies 2.Write configuration 3.Use 4.Verification 5. Print error message 1. Import dependencies <!– logback, backward compatible with log4j, also supports SLF4J–> <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> </dependency> 2. Write configuration Including configuring color fonts, saving location, etc. In the log storage path column, I set it to be stored in the log […]