CoolFace
Modelpublic

pyys/Persephone-Flux-2.0-Q8-GGUF

sourceHugging Faceotherupdated 3mo agoView on Hugging Face
0likes5.3kdownloads
Model Card

Persephone Flux 2.0 — Q8_0 GGUF

GGUF Q8_0 quantization of Persephone Flux 2.0 by 6tZ.

Model Details

  • —Original Model: Persephone [Flux NSFW/SFW] 2.0
  • —Original Author: 6tZ on CivitAI
  • —Base: FLUX.1-dev
  • —Quantization: FP16 → Q8_0 GGUF
  • —Quantization Tool: stable-diffusion.cpp
  • —File Size: ~12 GB
  • —License: FLUX.1 [dev] Non-Commercial License

Usage with stable-diffusion.cpp

Requires separate VAE, CLIP, and T5-XXL files:

sd-cli \
  --diffusion-model Persephone_Flux_2.0_Q8_0.gguf \
  --vae ae.safetensors \
  --clip_l clip_l.safetensors \
  --t5xxl t5xxl_fp16.safetensors \
  -p "your prompt" \
  --cfg-scale 1.0 \
  --sampling-method euler \
  --steps 20

Recommended Settings

  • —Sampler: Euler or DPM++ 2M
  • —Scheduler: Beta
  • —Steps: 20
  • —CFG Scale: 1.0

⚠️ Content Warning

This model can generate NSFW content. Users are responsible for compliance with local laws and platform policies.

Credits

All credit for the original model goes to 6tZ. This is only a GGUF quantization for use with stable-diffusion.cpp.