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 / tokenizer
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
viccpoes's picture
viccpoes
Upload with huggingface_hub
6921190 about 3 years ago
  • merges.txt
    525 kB
    Upload with huggingface_hub about 3 years ago
  • special_tokens_map.json
    460 Bytes
    Upload with huggingface_hub about 3 years ago
  • tokenizer_config.json
    755 Bytes
    Upload with huggingface_hub about 3 years ago
  • vocab.json
    1.06 MB
    Upload with huggingface_hub about 3 years ago