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

  • Log In
  • Sign Up

camgitblame
/
the_substance

Text-to-Image
Diffusers
Safetensors
StableDiffusionPipeline
dreambooth
diffusers-training
stable-diffusion
stable-diffusion-diffusers
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use camgitblame/the_substance with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("camgitblame/the_substance", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "a photo of sks thesubstance"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
the_substance
40.9 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
camgitblame's picture
camgitblame
End of training
b73ad65 verified 8 months ago
  • checkpoint-1000
    End of training 8 months ago
  • checkpoint-1500
    End of training 8 months ago
  • checkpoint-500
    End of training 8 months ago
  • feature_extractor
    End of training 8 months ago
  • safety_checker
    End of training 8 months ago
  • scheduler
    End of training 8 months ago
  • text_encoder
    End of training 8 months ago
  • tokenizer
    End of training 8 months ago
  • unet
    End of training 8 months ago
  • vae
    End of training 8 months ago
  • .gitattributes
    1.52 kB
    initial commit 8 months ago
  • README.md
    1.1 kB
    End of training 8 months ago
  • model_index.json
    680 Bytes
    End of training 8 months ago