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

AllenQ
/
model_archive

Text-to-Image
Diffusers
TensorBoard
stable-diffusion
stable-diffusion-diffusers
controlnet
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • Diffusers

    How to use AllenQ/model_archive with Diffusers:

    pip install -U diffusers transformers accelerate
    from diffusers import ControlNetModel, StableDiffusionControlNetPipeline
    
    controlnet = ControlNetModel.from_pretrained("AllenQ/model_archive")
    pipe = StableDiffusionControlNetPipeline.from_pretrained(
    	"runwayml/stable-diffusion-v1-5", controlnet=controlnet
    )
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
model_archive
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
AllenQ's picture
AllenQ
End of training
4146ca1 almost 3 years ago
  • checkpoint-1000
    End of training almost 3 years ago
  • checkpoint-500
    End of training almost 3 years ago
  • logs
    End of training almost 3 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago
  • README.md
    418 Bytes
    End of training almost 3 years ago
  • config.json
    1.02 kB
    End of training almost 3 years ago
  • diffusion_pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    1.45 GB
    xet
    End of training almost 3 years ago
  • image_control.png
    33.6 kB
    End of training almost 3 years ago
  • images_0.png
    558 kB
    End of training almost 3 years ago