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

Organika
/
sdxl-detector

Image Classification
Transformers
ONNX
Safetensors
swin
Trained with AutoTrain
Model card Files Files and versions
xet
Community
6

Instructions to use Organika/sdxl-detector with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Organika/sdxl-detector with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="Organika/sdxl-detector")
    pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModelForImageClassification
    
    processor = AutoImageProcessor.from_pretrained("Organika/sdxl-detector")
    model = AutoModelForImageClassification.from_pretrained("Organika/sdxl-detector")
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
sdxl-detector
1.74 GB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 9 commits
umm-maybe's picture
umm-maybe
Update README.md
b37fede verified over 1 year ago
  • checkpoint-801
    Upload folder using huggingface_hub over 2 years ago
  • onnx
    Adding ONNX file of this model (#3) over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    2.03 kB
    Update README.md over 1 year ago
  • config.json
    1.13 kB
    Upload folder using huggingface_hub over 2 years ago
  • model.safetensors
    347 MB
    xet
    Upload folder using huggingface_hub over 2 years ago
  • preprocessor_config.json
    337 Bytes
    Upload folder using huggingface_hub over 2 years ago
  • training_args.bin

    Detected Pickle imports (8)

    • "transformers.training_args.OptimizerNames",
    • "transformers.trainer_utils.HubStrategy",
    • "accelerate.utils.dataclasses.DistributedType",
    • "accelerate.state.PartialState",
    • "torch.device",
    • "transformers.trainer_utils.IntervalStrategy",
    • "transformers.training_args.TrainingArguments",
    • "transformers.trainer_utils.SchedulerType"

    How to fix it?

    4.73 kB
    xet
    Upload folder using huggingface_hub over 2 years ago
  • training_params.json
    806 Bytes
    Upload folder using huggingface_hub over 2 years ago