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

starsfriday
/
Qwen-Image-NSFW

Text-to-Image
Diffusers
English
image-generation
lora
Qwen-Image
Not-For-All-Audiences
Model card Files Files and versions
xet
Community
2

Instructions to use starsfriday/Qwen-Image-NSFW with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use starsfriday/Qwen-Image-NSFW with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("Qwen/Qwen-Image", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("starsfriday/Qwen-Image-NSFW")
    
    prompt = "rsq,餐桌上这个女人正在展示自己的乳房  "
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • Draw Things
  • DiffusionBee
Qwen-Image-NSFW
192 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
starsfriday's picture
starsfriday
Update README.md
f60a040 verified 10 months ago
  • result
    Add files using upload-large-folder tool 10 months ago
  • .gitattributes
    1.68 kB
    Add files using upload-large-folder tool 10 months ago
  • README.md
    3.31 kB
    Update README.md 10 months ago
  • Workflow-Qwen-Image-LORA.json
    16.5 kB
    Add files using upload-large-folder tool 10 months ago
  • qwen_image_nsfw.safetensors
    189 MB
    xet
    Add files using upload-large-folder tool 10 months ago