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

AlekseyCalvin
/
QWEN_IMAGE_nf4_w_AbliteratedTE_Diffusers

Text-to-Image
Diffusers
Safetensors
English
Chinese
QwenImagePipeline
nf4
Abliterated
Qwen2.5-VL7b-Abliterated
instruct
Diffusers
Transformers
uncensored
image-to-image
image-generation
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Diffusers

    How to use AlekseyCalvin/QWEN_IMAGE_nf4_w_AbliteratedTE_Diffusers with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("AlekseyCalvin/QWEN_IMAGE_nf4_w_AbliteratedTE_Diffusers", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
QWEN_IMAGE_nf4_w_AbliteratedTE_Diffusers
44.9 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 70 commits
AlekseyCalvin's picture
AlekseyCalvin
Update transformer/config.json
d2576a2 verified 10 months ago
  • scheduler
    Upload QwenImagePipeline 10 months ago
  • text_encoder
    Rename text_encoder/Vanillamodel-00004-of-00004.safetensors to text_encoder/VanillaQwen25VL_model-00004-of-00004.safetensors 10 months ago
  • tokenizer
    Upload 6 files 10 months ago
  • transformer
    Update transformer/config.json 10 months ago
  • vae
    Upload QwenImagePipeline 10 months ago
  • .gitattributes
    1.68 kB
    Upload text_encoder/tokenizer.json with huggingface_hub 10 months ago
  • LICENSE
    11.3 kB
    Upload LICENSE 10 months ago
  • README.md
    6.46 kB
    Update README.md 10 months ago
  • model_index.json
    481 Bytes
    Upload QwenImagePipeline 10 months ago