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

madebyollin
/
stage-a-ft-hq

Diffusers
Safetensors
Model card Files Files and versions
xet
Community

Instructions to use madebyollin/stage-a-ft-hq with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use madebyollin/stage-a-ft-hq with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("madebyollin/stage-a-ft-hq", 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
stage-a-ft-hq
151 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 14 commits
madebyollin's picture
madebyollin
Add ComfyUI instructions (do they work?)
50ebf03 verified over 2 years ago
  • .gitattributes
    1.63 kB
    Upload 6 files over 2 years ago
  • README.md
    3.59 kB
    Add ComfyUI instructions (do they work?) over 2 years ago
  • config.json
    287 Bytes
    Upload config.json over 2 years ago
  • diffusion_pytorch_model.bin

    Detected Pickle imports (4)

    • "torch._utils._rebuild_tensor_v2",
    • "collections.OrderedDict",
    • "torch.HalfStorage",
    • "torch.LongStorage"

    What is a pickle import?

    36.9 MB
    xet
    Upload 6 files over 2 years ago
  • diffusion_pytorch_model.safetensors
    36.8 MB
    xet
    Upload 6 files over 2 years ago
  • example_baseline.png
    1.67 MB
    xet
    Upload 6 files over 2 years ago
  • example_baseline_closeup.png
    188 kB
    Upload 6 files over 2 years ago
  • example_finetuned.png
    1.63 MB
    xet
    Upload 6 files over 2 years ago
  • example_finetuned_closeup.png
    190 kB
    Upload 6 files over 2 years ago
  • stage_a_ft_hq.safetensors
    73.6 MB
    xet
    rename "embedding" to "codebook" to match official file over 2 years ago