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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

frozen2001
/
RFMSR

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

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

  • Libraries
  • Diffusers

    How to use frozen2001/RFMSR with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    from diffusers.utils import load_image
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("frozen2001/RFMSR", torch_dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "Turn this cat into a dog"
    input_image = load_image("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/diffusers/cat.png")
    
    image = pipe(image=input_image, prompt=prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
RFMSR / ckpts
Ctrl+K
Ctrl+K
  • 2 contributors
History: 13 commits
frozen2001's picture
frozen2001
Upload ckpts/rfmsr_consistency.safetensors with huggingface_hub
2042a57 verified 14 days ago
  • VOSR_0.5B_ms
    Upload folder using huggingface_hub about 1 month ago
  • stable-diffusion-2-1-base
    Upload folder using huggingface_hub about 1 month ago
  • torch_cache
    Upload folder using huggingface_hub about 1 month ago
  • .msc

    Pickle imports

    • No problematic imports detected

    What is a pickle import?

    612 Bytes
    Upload folder using huggingface_hub about 1 month ago
  • .mv
    36 Bytes
    Upload folder using huggingface_hub about 1 month ago
  • rfmsr.safetensors
    1.94 GB
    xet
    Upload ckpts/rfmsr.safetensors with huggingface_hub 20 days ago
  • rfmsr_consistency.safetensors
    1.94 GB
    xet
    Upload ckpts/rfmsr_consistency.safetensors with huggingface_hub 14 days ago
  • rfmsr_os.safetensors
    1.94 GB
    xet
    Upload ckpts/rfmsr_os.safetensors with huggingface_hub 20 days ago
  • sd21_lwdecoder.pth

    Detected Pickle imports (3)

    • "torch._utils._rebuild_tensor_v2",
    • "collections.OrderedDict",
    • "torch.FloatStorage"

    What is a pickle import?

    52.1 MB
    xet
    Upload folder using huggingface_hub about 1 month ago