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

Miayan
/
freelit-checkpoint

Diffusers
Safetensors
Model card Files Files and versions
xet
Community

Instructions to use Miayan/freelit-checkpoint with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use Miayan/freelit-checkpoint with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("Miayan/freelit-checkpoint", 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
freelit-checkpoint
128 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
Miayan's picture
Miayan
Add iid base weights
8ca6237 verified about 1 month ago
  • albedo_estimator_best
    Add files using upload-large-folder tool about 2 months ago
  • checkpoint_v1
    Add files using upload-large-folder tool about 2 months ago
  • checkpoint_v2
    Add files using upload-large-folder tool about 2 months ago
  • iid
    Add iid base weights about 1 month ago
  • scribblelight_controlnet
    Add scribblelight_controlnet base weights about 1 month ago
  • stable-diffusion-2-1
    Add stable-diffusion-2-1 base weights about 1 month ago
  • train_b1_lum
    Add files using upload-large-folder tool about 2 months ago
  • train_b2_recon
    Add files using upload-large-folder tool about 2 months ago
  • train_b3_cons
    Add files using upload-large-folder tool about 2 months ago
  • train_b4_all
    Add files using upload-large-folder tool about 2 months ago
  • train_r1_diff
    Add files using upload-large-folder tool about 2 months ago
  • train_r2_diff_ctrl
    Add files using upload-large-folder tool about 2 months ago
  • train_r3_diff_ctrl_phys
    Add files using upload-large-folder tool about 2 months ago
  • .gitattributes
    1.52 kB
    initial commit about 2 months ago