Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

Ftvs
/
Nsfw

Text-to-Image
Diffusers
English
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Diffusers

    How to use Ftvs/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("Ftvs/Nsfw", 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
Nsfw
687 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
Ftvs's picture
Ftvs
Update README.md
b3e53c8 verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    135 Bytes
    Update README.md over 1 year ago
  • Readme
    119 Bytes
    Rename README.md to Readme over 1 year ago
  • nsfw_flux_lora_v1.safetensors
    687 MB
    xet
    Upload nsfw_flux_lora_v1.safetensors over 1 year ago