Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

speach1sdef178
/
GGUF_v4

Text-to-Image
Diffusers
GGUF
lora
flux
realism
Model card Files Files and versions
xet

Instructions to use speach1sdef178/GGUF_v4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use speach1sdef178/GGUF_v4 with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("fill-in-base-model", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("speach1sdef178/GGUF_v4")
    
    prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • Draw Things
  • DiffusionBee
GGUF_v4
101 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
speach1sdef178's picture
speach1sdef178
Update README.md
12770be verified about 1 month ago
  • Images
    Upload 11 files about 1 month ago
  • .gitattributes
    2.41 kB
    Upload 11 files about 1 month ago
  • PJ0_Qwen_v3_Q4_K_S.gguf
    12.1 GB
    xet
    Add Qwen_Image GGUF (Q8_0, Q6_K, Q4_K_S) 9 months ago
  • PJ0_Qwen_v3_Q6_K.gguf
    16.8 GB
    xet
    Add Qwen_Image GGUF (Q8_0, Q6_K, Q4_K_S) 9 months ago
  • PJ0_Qwen_v3_Q8.gguf
    21.8 GB
    xet
    Add Qwen_Image GGUF (Q8_0, Q6_K, Q4_K_S) 9 months ago
  • PJ0_Qwen_v4_Q4.gguf
    12.1 GB
    xet
    Add Qwen_Image GGUF (Q8_0, Q6_K, Q4_K_S) 9 months ago
  • PJ0_Qwen_v4_Q6_K.gguf
    16.8 GB
    xet
    Add Qwen_Image GGUF (Q8_0, Q6_K, Q4_K_S) 9 months ago
  • PJ0_Qwen_v4_Q8.gguf
    21.8 GB
    xet
    Add Qwen_Image GGUF (Q8_0, Q6_K, Q4_K_S) 9 months ago
  • README.md
    2.22 kB
    Update README.md about 1 month ago