Instructions to use laichaoyi/MixupModels with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use laichaoyi/MixupModels with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="laichaoyi/MixupModels", filename="text_encoders/anima/Qwen3-0.6B-Base.Q8.gguf", )
llm.create_chat_completion( messages = "No input example has been defined for this model task." )
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use laichaoyi/MixupModels with llama.cpp:
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf laichaoyi/MixupModels:Q4_K_M # Run inference directly in the terminal: llama cli -hf laichaoyi/MixupModels:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf laichaoyi/MixupModels:Q4_K_M # Run inference directly in the terminal: llama cli -hf laichaoyi/MixupModels:Q4_K_M
Use pre-built binary
# Download pre-built binary from: # https://github.com/ggerganov/llama.cpp/releases # Start a local OpenAI-compatible server with a web UI: ./llama-server -hf laichaoyi/MixupModels:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf laichaoyi/MixupModels:Q4_K_M
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git cd llama.cpp cmake -B build cmake --build build -j --target llama-server llama-cli # Start a local OpenAI-compatible server with a web UI: ./build/bin/llama-server -hf laichaoyi/MixupModels:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf laichaoyi/MixupModels:Q4_K_M
Use Docker
docker model run hf.co/laichaoyi/MixupModels:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use laichaoyi/MixupModels with Ollama:
ollama run hf.co/laichaoyi/MixupModels:Q4_K_M
- Unsloth Studio
How to use laichaoyi/MixupModels with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for laichaoyi/MixupModels to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for laichaoyi/MixupModels to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for laichaoyi/MixupModels to start chatting
- Pi
How to use laichaoyi/MixupModels with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf laichaoyi/MixupModels:Q4_K_M
Configure the model in Pi
# Install Pi: npm install -g @mariozechner/pi-coding-agent # Add to ~/.pi/agent/models.json: { "providers": { "llama-cpp": { "baseUrl": "http://localhost:8080/v1", "api": "openai-completions", "apiKey": "none", "models": [ { "id": "laichaoyi/MixupModels:Q4_K_M" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Hermes Agent new
How to use laichaoyi/MixupModels with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf laichaoyi/MixupModels:Q4_K_M
Configure Hermes
# Install Hermes: curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash hermes setup # Point Hermes at the local server: hermes config set model.provider custom hermes config set model.base_url http://127.0.0.1:8080/v1 hermes config set model.default laichaoyi/MixupModels:Q4_K_M
Run Hermes
hermes
- Atomic Chat new
- OpenClaw new
How to use laichaoyi/MixupModels with OpenClaw:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf laichaoyi/MixupModels:Q4_K_M
Configure OpenClaw
# Install OpenClaw: npm install -g openclaw@latest # Register the local server and set it as the default model: openclaw onboard --non-interactive --mode local \ --auth-choice custom-api-key \ --custom-base-url http://127.0.0.1:8080/v1 \ --custom-model-id "laichaoyi/MixupModels:Q4_K_M" \ --custom-provider-id llama-cpp \ --custom-compatibility openai \ --custom-text-input \ --accept-risk \ --skip-health
Run OpenClaw
openclaw agent --local --agent main --message "Hello from Hugging Face"
- Docker Model Runner
How to use laichaoyi/MixupModels with Docker Model Runner:
docker model run hf.co/laichaoyi/MixupModels:Q4_K_M
- Lemonade
How to use laichaoyi/MixupModels with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull laichaoyi/MixupModels:Q4_K_M
Run and chat with the model
lemonade run user.MixupModels-Q4_K_M
List all available models
lemonade list
| [ | |
| { | |
| "model name": "Krea-2-Base-Q8_0.gguf", | |
| "type": "base model", | |
| "base": "krea2", | |
| "thumbnail": "https://i.ibb.co/TnhhFDM/g.png", | |
| "url": "https://huggingface.co/realrebelai/KREA-2_GGUFs/resolve/main/BASE/Krea-2-Base-Q8_0.gguf", | |
| "text_encoder": "qwen3vl_4b_bf16.safetensors", | |
| "text_encoder_url": "https://huggingface.co/Comfy-Org/Krea-2/resolve/main/text_encoders/qwen3vl_4b_bf16.safetensors", | |
| "vae": "wan_2.1_vae.safetensors", | |
| "vae_url": "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/vae/wan_2.1_vae.safetensors" | |
| }, | |
| { | |
| "model name": "Krea-2-Turbo-Q8_0.gguf", | |
| "type": "base model", | |
| "base": "krea2", | |
| "thumbnail": "https://i.ibb.co/TnhhFDM/g.png", | |
| "url": "https://huggingface.co/realrebelai/KREA-2_GGUFs/resolve/main/TURBO/Krea-2-Turbo-Q8_0.gguf", | |
| "text_encoder": "Qwen3VL-4B-Instruct-Q8_0.gguf", | |
| "text_encoder_url": "https://huggingface.co/Qwen/Qwen3-VL-4B-Instruct-GGUF/resolve/main/Qwen3VL-4B-Instruct-Q8_0.gguf", | |
| "vae": "wan_2.1_vae.safetensors", | |
| "vae_url": "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/vae/wan_2.1_vae.safetensors" | |
| }, | |
| { | |
| "model name": "boogu_image_base_bf16.safetensors", | |
| "type": "base model", | |
| "base": "boogu", | |
| "thumbnail": "https://i.ibb.co/BHg1qBnr/rosjarpz7x9h1.png", | |
| "url": "https://huggingface.co/Comfy-Org/Boogu-Image/resolve/main/diffusion_models/boogu_image_base_bf16.safetensors", | |
| "text_encoder": "Qwen3-VL-8B-Instruct-Q8_0.gguf", | |
| "text_encoder_url": "https://huggingface.co/unsloth/Qwen3-VL-8B-Instruct-GGUF/resolve/main/Qwen3-VL-8B-Instruct-Q8_0.gguf", | |
| "vae": "ae.safetensors", | |
| "vae_url": "https://huggingface.co/black-forest-labs/FLUX.1-dev/resolve/main/ae.safetensors" | |
| }, | |
| { | |
| "model name": "boogu_image_turbo_bf16.safetensors", | |
| "type": "base model", | |
| "base": "boogu", | |
| "thumbnail": "https://i.ibb.co/BHg1qBnr/rosjarpz7x9h1.png", | |
| "url": "https://huggingface.co/Comfy-Org/Boogu-Image/resolve/main/diffusion_models/boogu_image_turbo_bf16.safetensors", | |
| "text_encoder": "Qwen3-VL-8B-Instruct-Q8_0.gguf", | |
| "text_encoder_url": "https://huggingface.co/unsloth/Qwen3-VL-8B-Instruct-GGUF/resolve/main/Qwen3-VL-8B-Instruct-Q8_0.gguf", | |
| "vae": "ae.safetensors", | |
| "vae_url": "https://huggingface.co/black-forest-labs/FLUX.1-dev/resolve/main/ae.safetensors" | |
| }, | |
| { | |
| "model name": "ideogram4_bf16.safetensors", | |
| "type": "base model", | |
| "base": "ideogram4", | |
| "thumbnail": "https://i.ibb.co/Fb179DrG/ideogram4.png", | |
| "url": "https://huggingface.co/stduhpf/ideogram-4-gguf/resolve/main/ideogram4_bf16.safetensors", | |
| "unconditional_model": "ideogram4_unconditional_bf16.safetensors", | |
| "unconditional_model_url": "https://huggingface.co/stduhpf/ideogram-4-gguf/resolve/main/ideogram4_unconditional_bf16.safetensors", | |
| "text_encoder": "Qwen3-VL-8B-Instruct-Q8.gguf", | |
| "text_encoder_url": "https://huggingface.co/unsloth/Qwen3-VL-8B-Instruct-GGUF/resolve/main/Qwen3-VL-8B-Instruct-Q8_0.gguf", | |
| "vae": "flux2-vae.safetensors", | |
| "vae_url": "https://huggingface.co/laichaoyi/MixupModels/resolve/main/vae/flux2-vae.safetensors" | |
| }, | |
| { | |
| "model name": "ideogram4-Q8_0.gguf", | |
| "type": "base model", | |
| "base": "ideogram4", | |
| "thumbnail": "https://i.ibb.co/Fb179DrG/ideogram4.png", | |
| "url": "https://huggingface.co/stduhpf/ideogram-4-gguf/resolve/main/ideogram4-Q8_0.gguf", | |
| "unconditional_model": "ideogram4_unconditional-Q8_0.gguf", | |
| "unconditional_model_url": "https://huggingface.co/stduhpf/ideogram-4-gguf/resolve/main/ideogram4_unconditional-Q8_0.gguf", | |
| "text_encoder": "Qwen3-VL-8B-Instruct-Q8.gguf", | |
| "text_encoder_url": "https://huggingface.co/unsloth/Qwen3-VL-8B-Instruct-GGUF/resolve/main/Qwen3-VL-8B-Instruct-Q8_0.gguf", | |
| "vae": "flux2-vae.safetensors", | |
| "vae_url": "https://huggingface.co/laichaoyi/MixupModels/resolve/main/vae/flux2-vae.safetensors" | |
| }, | |
| { | |
| "model name": "ideogram4-Q5_0.gguf", | |
| "type": "base model", | |
| "base": "ideogram4", | |
| "thumbnail": "https://i.ibb.co/Fb179DrG/ideogram4.png", | |
| "url": "https://huggingface.co/stduhpf/ideogram-4-gguf/resolve/main/ideogram4-Q5_0.gguf", | |
| "unconditional_model": "ideogram4_unconditional-Q2_K.gguf", | |
| "unconditional_model_url": "https://huggingface.co/stduhpf/ideogram-4-gguf/resolve/main/ideogram4_unconditional-Q2_K.gguf", | |
| "text_encoder": "Qwen3-VL-8B-Instruct-Q8.gguf", | |
| "text_encoder_url": "https://huggingface.co/unsloth/Qwen3-VL-8B-Instruct-GGUF/resolve/main/Qwen3-VL-8B-Instruct-Q8_0.gguf", | |
| "vae": "flux2-vae.safetensors", | |
| "vae_url": "https://huggingface.co/laichaoyi/MixupModels/resolve/main/vae/flux2-vae.safetensors" | |
| }, | |
| { | |
| "model name": "anima-preview3-base.safetensors", | |
| "type": "base model", | |
| "base": "anima", | |
| "thumbnail": "https://i.ibb.co/0RWrK3sC/anima.png", | |
| "url": "https://huggingface.co/circlestone-labs/Anima/resolve/main/split_files/diffusion_models/anima-preview3-base.safetensors", | |
| "text_encoder": "qwen_3_06b_base.safetensors", | |
| "text_encoder_url": "https://huggingface.co/circlestone-labs/Anima/resolve/main/split_files/text_encoders/qwen_3_06b_base.safetensors", | |
| "vae": "qwen_image_vae.safetensors", | |
| "vae_url": "https://huggingface.co/circlestone-labs/Anima/resolve/main/split_files/vae/qwen_image_vae.safetensors" | |
| }, | |
| { | |
| "model name": "anima-preview2_q8.gguf", | |
| "type": "base model", | |
| "base": "anima", | |
| "thumbnail": "https://i.ibb.co/0RWrK3sC/anima.png", | |
| "url": "https://huggingface.co/JusteLeo/Anima2-GGUF/resolve/main/anima-preview2_q8_0.gguf", | |
| "text_encoder": "Qwen3-0.6B-Base.Q8.gguf", | |
| "text_encoder_url": "https://huggingface.co/mradermacher/Qwen3-0.6B-Base-GGUF/resolve/main/Qwen3-0.6B-Base.Q8_0.gguf", | |
| "vae": "qwen_image_vae.safetensors", | |
| "vae_url": "https://huggingface.co/circlestone-labs/Anima/resolve/main/split_files/vae/qwen_image_vae.safetensors" | |
| }, | |
| { | |
| "model name": "amn_photanima_v21Turbo.safetensors", | |
| "type": "base model", | |
| "base": "anima", | |
| "thumbnail": "https://i.ibb.co/0RWrK3sC/anima.png", | |
| "url": "https://huggingface.co/laichaoyi/MixupModels/resolve/main/base_models/anima/amn_photanima_v21Turbo.safetensors", | |
| "text_encoder": "Qwen3-0.6B-Base.Q8.gguf", | |
| "text_encoder_url": "https://huggingface.co/mradermacher/Qwen3-0.6B-Base-GGUF/resolve/main/Qwen3-0.6B-Base.Q8_0.gguf", | |
| "vae": "qwen_image_vae.safetensors", | |
| "vae_url": "https://huggingface.co/circlestone-labs/Anima/resolve/main/split_files/vae/qwen_image_vae.safetensors" | |
| }, | |
| { | |
| "model name": "anm_base_photanima_v21.safetensors", | |
| "type": "base model", | |
| "base": "anima", | |
| "thumbnail": "https://i.ibb.co/0RWrK3sC/anima.png", | |
| "url": "https://huggingface.co/laichaoyi/MixupModels/resolve/main/base_models/anima/anm_base_photanima_v21.safetensors", | |
| "text_encoder": "Qwen3-0.6B-Base.Q8.gguf", | |
| "text_encoder_url": "https://huggingface.co/mradermacher/Qwen3-0.6B-Base-GGUF/resolve/main/Qwen3-0.6B-Base.Q8_0.gguf", | |
| "vae": "qwen_image_vae.safetensors", | |
| "vae_url": "https://huggingface.co/circlestone-labs/Anima/resolve/main/split_files/vae/qwen_image_vae.safetensors" | |
| }, | |
| { | |
| "model name": "flux-2-klein-4b.safetensors", | |
| "type": "base model", | |
| "base": "flux", | |
| "thumbnail": "https://i.ibb.co/JZbXB6w/flux-klein-4-B.png", | |
| "url": "https://huggingface.co/black-forest-labs/FLUX.2-klein-4B/resolve/main/flux-2-klein-4b.safetensors", | |
| "text_encoder": "qwen_3_8b.safetensors", | |
| "text_encoder_url": "https://huggingface.co/Comfy-Org/vae-text-encorder-for-flux-klein-9b/resolve/main/split_files/text_encoders/qwen_3_8b.safetensors", | |
| "vae": "flux2-vae.safetensors", | |
| "vae_url": "https://huggingface.co/laichaoyi/MixupModels/resolve/main/vae/flux2-vae.safetensors" | |
| }, | |
| { | |
| "model name": "flux-2-klein-4b-Q8.gguf", | |
| "type": "base model", | |
| "base": "flux", | |
| "thumbnail": "https://i.ibb.co/JZbXB6w/flux-klein-4-B.png", | |
| "url": "https://huggingface.co/unsloth/FLUX.2-klein-4B-GGUF/resolve/main/flux-2-klein-4b-Q8_0.gguf", | |
| "text_encoder": "Qwen3-4B-Q8.gguf", | |
| "text_encoder_url": "https://huggingface.co/Andyhere/Z-images_models/resolve/main/Qwen3-4B-Q8.gguf", | |
| "vae": "flux2-vae.safetensors", | |
| "vae_url": "https://huggingface.co/laichaoyi/MixupModels/resolve/main/vae/flux2-vae.safetensors" | |
| }, | |
| { | |
| "model name": "flux-2-klein-base-9b.safetensors", | |
| "type": "base model", | |
| "base": "flux", | |
| "thumbnail": "https://i.ibb.co/JZbXB6w/flux-klein-4-B.png", | |
| "url": "https://huggingface.co/black-forest-labs/FLUX.2-klein-base-9B/resolve/main/flux-2-klein-base-9b.safetensors", | |
| "text_encoder": "qwen_3_8b.safetensors", | |
| "text_encoder_url": "https://huggingface.co/Comfy-Org/vae-text-encorder-for-flux-klein-9b/resolve/main/split_files/text_encoders/qwen_3_8b.safetensors", | |
| "vae": "flux2-vae.safetensors", | |
| "vae_url": "https://huggingface.co/laichaoyi/MixupModels/resolve/main/vae/flux2-vae.safetensors" | |
| }, | |
| { | |
| "model name": "flux-2-klein-base-9b-Q8.gguf", | |
| "type": "base model", | |
| "base": "flux", | |
| "thumbnail": "https://i.ibb.co/JZbXB6w/flux-klein-4-B.png", | |
| "url": "https://huggingface.co/leejet/FLUX.2-klein-base-9B-GGUF/resolve/main/flux-2-klein-base-9b-Q8_0.gguf", | |
| "text_encoder": "Qwen3-8B-Q8.gguf", | |
| "text_encoder_url": "https://huggingface.co/unsloth/Qwen3-8B-GGUF/resolve/main/Qwen3-8B-Q8_0.gguf", | |
| "vae": "flux2-vae.safetensors", | |
| "vae_url": "https://huggingface.co/laichaoyi/MixupModels/resolve/main/vae/flux2-vae.safetensors" | |
| }, | |
| { | |
| "model name": "flux-2-klein-9b.safetensors", | |
| "type": "base model", | |
| "base": "flux", | |
| "thumbnail": "https://i.ibb.co/JZbXB6w/flux-klein-4-B.png", | |
| "url": "https://huggingface.co/black-forest-labs/FLUX.2-klein-9B/resolve/main/flux-2-klein-9b.safetensors", | |
| "text_encoder": "qwen_3_8b.safetensors", | |
| "text_encoder_url": "https://huggingface.co/Comfy-Org/vae-text-encorder-for-flux-klein-9b/resolve/main/split_files/text_encoders/qwen_3_8b.safetensors", | |
| "vae": "flux2-vae.safetensors", | |
| "vae_url": "https://huggingface.co/laichaoyi/MixupModels/resolve/main/vae/flux2-vae.safetensors" | |
| }, | |
| { | |
| "model name": "flux-2-klein-9b-Q8.gguf", | |
| "type": "base model", | |
| "base": "flux", | |
| "thumbnail": "https://i.ibb.co/JZbXB6w/flux-klein-4-B.png", | |
| "url": "https://huggingface.co/leejet/FLUX.2-klein-9B-GGUF/resolve/main/flux-2-klein-9b-Q8_0.gguf", | |
| "text_encoder": "Qwen3-8B-Q8.gguf", | |
| "text_encoder_url": "https://huggingface.co/unsloth/Qwen3-8B-GGUF/resolve/main/Qwen3-8B-Q8_0.gguf", | |
| "vae": "flux2-vae.safetensors", | |
| "vae_url": "https://huggingface.co/laichaoyi/MixupModels/resolve/main/vae/flux2-vae.safetensors" | |
| }, | |
| { | |
| "model name": "flux-2-klein-9b-kv.safetensors", | |
| "type": "base model", | |
| "base": "flux", | |
| "thumbnail": "https://i.ibb.co/JZbXB6w/flux-klein-4-B.png", | |
| "url": "https://huggingface.co/black-forest-labs/FLUX.2-klein-9b-kv/resolve/main/flux-2-klein-9b-kv.safetensors", | |
| "text_encoder": "qwen_3_8b.safetensors", | |
| "text_encoder_url": "https://huggingface.co/Comfy-Org/vae-text-encorder-for-flux-klein-9b/resolve/main/split_files/text_encoders/qwen_3_8b.safetensors", | |
| "vae": "flux2-vae.safetensors", | |
| "vae_url": "https://huggingface.co/laichaoyi/MixupModels/resolve/main/vae/flux2-vae.safetensors" | |
| }, | |
| { | |
| "model name": "z_image_turbo_bf16.safetensors", | |
| "type": "base model", | |
| "base": "zimage", | |
| "thumbnail": "https://i.ibb.co/BKyFM4kg/z-image-turbo.png", | |
| "url": "https://huggingface.co/Comfy-Org/z_image_turbo/resolve/main/split_files/diffusion_models/z_image_turbo_bf16.safetensors", | |
| "text_encoder": "qwen_3_4b.safetensors", | |
| "text_encoder_url": "https://huggingface.co/Comfy-Org/z_image_turbo/resolve/main/split_files/text_encoders/qwen_3_4b.safetensors", | |
| "vae": "ae.safetensors", | |
| "vae_url": "https://huggingface.co/black-forest-labs/FLUX.1-schnell/resolve/main/ae.safetensors" | |
| }, | |
| { | |
| "model name": "beyondREALITY_V30.safetensors", | |
| "type": "base model", | |
| "base": "zimage", | |
| "thumbnail": "https://i.ibb.co/BKyFM4kg/z-image-turbo.png", | |
| "url": "https://huggingface.co/Nurburgring/BEYOND_REALITY_Z_IMAGE/resolve/main/BEYOND%20REALITY%20SUPER%20Z%20IMAGE%203.0%20%E6%B7%A1%E5%A6%86%E6%B5%93%E6%8A%B9%20BF16.safetensors", | |
| "text_encoder": "qwen_3_4b.safetensors", | |
| "text_encoder_url": "https://huggingface.co/Comfy-Org/z_image_turbo/resolve/main/split_files/text_encoders/qwen_3_4b.safetensors", | |
| "vae": "ae.safetensors", | |
| "vae_url": "https://huggingface.co/black-forest-labs/FLUX.1-schnell/resolve/main/ae.safetensors" | |
| }, | |
| { | |
| "model name": "z-image-Q8.gguf", | |
| "type": "base model", | |
| "base": "zimage", | |
| "thumbnail": "https://i.ibb.co/BKyFM4kg/z-image-turbo.png", | |
| "url": "https://huggingface.co/unsloth/Z-Image-GGUF/resolve/main/z-image-Q8_0.gguf", | |
| "text_encoder": "Qwen3-4B-Instruct-2507-Q8.gguf", | |
| "text_encoder_url": "https://huggingface.co/unsloth/Qwen3-4B-Instruct-2507-GGUF/resolve/main/Qwen3-4B-Instruct-2507-Q8_0.gguf", | |
| "vae": "ae.safetensors", | |
| "vae_url": "https://huggingface.co/black-forest-labs/FLUX.1-schnell/resolve/main/ae.safetensors" | |
| }, | |
| { | |
| "model name": "z_image_turbo-Q8.gguf", | |
| "type": "base model", | |
| "base": "zimage", | |
| "thumbnail": "https://i.ibb.co/BKyFM4kg/z-image-turbo.png", | |
| "url": "https://huggingface.co/leejet/Z-Image-Turbo-GGUF/resolve/main/z_image_turbo-Q8_0.gguf", | |
| "text_encoder": "Qwen3-4B-Instruct-2507-Q8.gguf", | |
| "text_encoder_url": "https://huggingface.co/unsloth/Qwen3-4B-Instruct-2507-GGUF/resolve/main/Qwen3-4B-Instruct-2507-Q8_0.gguf", | |
| "vae": "ae.safetensors", | |
| "vae_url": "https://huggingface.co/black-forest-labs/FLUX.1-schnell/resolve/main/ae.safetensors" | |
| }, | |
| { | |
| "model name": "Moody_Distillation_ZIT", | |
| "type": "LoRA", | |
| "base": "zimage", | |
| "thumbnail": "https://i.ibb.co/LdRN9sDC/Moody-Distillation-ZIT.png", | |
| "url": "https://huggingface.co/Andyhere/Z-images_models/resolve/main/Moody_Distillation_ZIT.zip" | |
| }, | |
| { | |
| "model name": "headswap", | |
| "type": "LoRA", | |
| "base": "flux", | |
| "thumbnail": "https://i.ibb.co/2wd1Fpd/headswap.png", | |
| "url": "https://huggingface.co/Andyhere/Z-images_models/resolve/main/headswap.zip" | |
| }, | |
| { | |
| "model name": "Flux2-Klein-Relight-LoRA_v2", | |
| "type": "LoRA", | |
| "base": "flux", | |
| "thumbnail": "https://i.ibb.co/XxTW2Y5F/Flux2-Klein-Relight-Lo-RA-v2.jpg", | |
| "url": "https://huggingface.co/Andyhere/Z-images_models/resolve/main/Flux2-Klein-Relight-LoRA_v2.zip" | |
| }, | |
| { | |
| "model name": "image_restore", | |
| "type": "LoRA", | |
| "base": "flux", | |
| "thumbnail": "https://i.ibb.co/xqxSxPy3/screenimg.jpg", | |
| "url": "https://huggingface.co/Andyhere/Z-images_models/resolve/main/image_restore.zip" | |
| }, | |
| { | |
| "model name": "uncrop_F2K9B", | |
| "type": "LoRA", | |
| "base": "flux", | |
| "thumbnail": "https://i.ibb.co/KzrQ0xpc/uncrop-F2-K9-B.jpg", | |
| "url": "https://huggingface.co/Andyhere/Z-images_models/resolve/main/uncrop_F2K9B.zip" | |
| }, | |
| { | |
| "model name": "Nano-Alcohol-Bright", | |
| "type": "LoRA", | |
| "base": "flux", | |
| "thumbnail": "https://i.ibb.co/nMWGCHcY/screen.png", | |
| "url": "https://huggingface.co/Andyhere/Z-images_models/resolve/main/Nano-Alcohol-Bright.zip" | |
| }, | |
| { | |
| "model name": "object-remove-lora", | |
| "type": "LoRA", | |
| "base": "flux", | |
| "thumbnail": "https://i.ibb.co/HDdGkxFN/flux-2-klein-4-B-object-remove-lora.jpg", | |
| "url": "https://huggingface.co/Andyhere/Z-images_models/resolve/main/object-remove-lora.zip" | |
| }, | |
| { | |
| "model name": "outpaint-lora", | |
| "type": "LoRA", | |
| "base": "flux", | |
| "thumbnail": "https://i.ibb.co/7drPqyGW/flux-2-klein-4-B-outpaint-lora.jpg", | |
| "url": "https://huggingface.co/Andyhere/Z-images_models/resolve/main/outpaint-lora.zip" | |
| }, | |
| { | |
| "model name": "virtual-tryon-lora", | |
| "type": "LoRA", | |
| "base": "flux", | |
| "thumbnail": "https://i.ibb.co/QFvH1G52/flux-klein-9b-virtual-tryon-lora.png", | |
| "url": "https://huggingface.co/Andyhere/Z-images_models/resolve/main/virtual-tryon-lora.zip" | |
| }, | |
| { | |
| "model name": "Consistent_F2K", | |
| "type": "LoRA", | |
| "base": "flux", | |
| "thumbnail": "https://i.ibb.co/dwnHqvnW/Flux2-Klein-9-B-no-face-change.jpg", | |
| "url": "https://huggingface.co/Andyhere/Z-images_models/resolve/main/Consistent_F2K.zip" | |
| }, | |
| { | |
| "model name": "Flux2-Klein-9B-Enhanced-Details", | |
| "type": "LoRA", | |
| "base": "flux", | |
| "thumbnail": "https://i.ibb.co/83WPjLq/Flux2-Klein-9-B-Enhanced-Details.png", | |
| "url": "https://huggingface.co/Andyhere/Z-images_models/resolve/main/Flux2-Klein-9B-Enhanced-Details.zip" | |
| }, | |
| { | |
| "model name": "Flux2-Klein-9B-consistency-V2", | |
| "type": "LoRA", | |
| "base": "flux", | |
| "thumbnail": "https://i.ibb.co/sdBjjBXG/Flux2-Klein-9-B-consistency-V2.jpg", | |
| "url": "https://huggingface.co/Andyhere/Z-images_models/resolve/main/Flux2-Klein-9B-consistency-V2.zip" | |
| }, | |
| { | |
| "model name": "REALSTAGRAM_ZIMG", | |
| "type": "LoRA", | |
| "base": "zimage", | |
| "thumbnail": "https://i.ibb.co/W469Ktk8/REALSTAGRAM-ZIMG.png", | |
| "url": "https://huggingface.co/Andyhere/Z-images_models/resolve/main/REALSTAGRAM_ZIMG.zip" | |
| }, | |
| { | |
| "model name": "QRMonster", | |
| "type": "LoRA", | |
| "base": "flux", | |
| "thumbnail": "https://i.ibb.co/rRMfd4tR/QRCode-Monster.png", | |
| "url": "https://huggingface.co/Andyhere/Z-images_models/resolve/main/QRMonster.zip" | |
| }, | |
| { | |
| "model name": "seedvr2_ema_3b-Q4_K_M", | |
| "type": "Upscaler", | |
| "thumbnail": "https://i.ibb.co/MDHDq2ZT/seedvr2.jpg", | |
| "url": "https://huggingface.co/cmeka/SeedVR2-GGUF/resolve/main/seedvr2_ema_3b-Q4_K_M.gguf" | |
| }, | |
| { | |
| "model name": "seedvr2_ema_3b_fp16", | |
| "type": "Upscaler", | |
| "thumbnail": "https://i.ibb.co/MDHDq2ZT/seedvr2.jpg", | |
| "url": "https://huggingface.co/numz/SeedVR2_comfyUI/resolve/main/seedvr2_ema_3b_fp16.safetensors" | |
| }, | |
| { | |
| "model name": "seedvr2_ema_3b_fp8_e4m3fn", | |
| "type": "Upscaler", | |
| "thumbnail": "https://i.ibb.co/MDHDq2ZT/seedvr2.jpg", | |
| "url": "https://huggingface.co/numz/SeedVR2_comfyUI/resolve/main/seedvr2_ema_3b_fp8_e4m3fn.safetensors" | |
| }, | |
| { | |
| "model name": "seedvr2_ema_7b_fp16", | |
| "type": "Upscaler", | |
| "thumbnail": "https://i.ibb.co/MDHDq2ZT/seedvr2.jpg", | |
| "url": "https://huggingface.co/numz/SeedVR2_comfyUI/resolve/main/seedvr2_ema_7b_fp16.safetensors" | |
| }, | |
| { | |
| "model name": "seedvr2_ema_7b_sharp_fp8_e4m3fn", | |
| "type": "Upscaler", | |
| "thumbnail": "https://i.ibb.co/MDHDq2ZT/seedvr2.jpg", | |
| "url": "https://huggingface.co/numz/SeedVR2_comfyUI/resolve/main/seedvr2_ema_7b_sharp_fp8_e4m3fn.safetensors" | |
| }, | |
| { | |
| "model name": "ema_vae_fp16", | |
| "type": "Upscaler", | |
| "thumbnail": "https://i.ibb.co/MDHDq2ZT/seedvr2.jpg", | |
| "url": "https://huggingface.co/numz/SeedVR2_comfyUI/resolve/main/ema_vae_fp16.safetensors" | |
| }, | |
| { | |
| "model name": "UltraSharpV2", | |
| "type": "Upscaler", | |
| "thumbnail": "https://i.ibb.co/hFXVM3WY/Ultrasharp-V2.jpg", | |
| "url": "https://huggingface.co/Andyhere/Z-images_models/resolve/main/UltraSharpV2.zip" | |
| }, | |
| { | |
| "model name": "SAM3", | |
| "type": "Others", | |
| "thumbnail": "https://i.ibb.co/msQPWSQ/sam3.jpg", | |
| "url": "https://huggingface.co/Andyhere/Z-images_models/resolve/main/SAM3.zip" | |
| } | |
| ] |