Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

krea
/
aesthetic-controlnet

Text-to-Image
Diffusers
StableDiffusionControlNetPipeline
stable-diffusion
stable-diffusion-diffusers
controlnet
Model card Files Files and versions
xet
Community
2

Instructions to use krea/aesthetic-controlnet with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use krea/aesthetic-controlnet with Diffusers:

    pip install -U diffusers transformers accelerate
    from diffusers import ControlNetModel, StableDiffusionControlNetPipeline
    
    controlnet = ControlNetModel.from_pretrained("krea/aesthetic-controlnet")
    pipe = StableDiffusionControlNetPipeline.from_pretrained(
    	"fill-in-base-model", controlnet=controlnet
    )
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
aesthetic-controlnet
Ctrl+K
Ctrl+K
  • 1 contributor
History: 12 commits
viccpoes's picture
viccpoes
Update README.md
ed3b66b about 3 years ago
  • controlnet
    Upload with huggingface_hub about 3 years ago
  • feature_extractor
    Upload with huggingface_hub about 3 years ago
  • scheduler
    Upload with huggingface_hub about 3 years ago
  • text_encoder
    Upload with huggingface_hub about 3 years ago
  • tokenizer
    Upload with huggingface_hub about 3 years ago
  • unet
    Upload with huggingface_hub about 3 years ago
  • vae
    Upload with huggingface_hub about 3 years ago
  • .gitattributes
    1.58 kB
    Upload examples.jpg about 3 years ago
  • README.md
    2.64 kB
    Update README.md about 3 years ago
  • examples.jpg
    2.16 MB
    xet
    Upload examples.jpg about 3 years ago
  • krea.jpg
    55.9 kB
    Upload 2 files about 3 years ago
  • model_index.json
    617 Bytes
    Upload with huggingface_hub about 3 years ago
  • more_examples.jpg
    2.16 MB
    xet
    Upload more_examples.jpg about 3 years ago
  • neg_embed.pt

    Detected Pickle imports (3)

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

    What is a pickle import?

    316 kB
    xet
    Upload with huggingface_hub about 3 years ago