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

  • Log In
  • Sign Up

rgres
/
Seg2Sat-sd-controlnet

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

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

  • Libraries
  • Diffusers

    How to use rgres/Seg2Sat-sd-controlnet with Diffusers:

    pip install -U diffusers transformers accelerate
    from diffusers import ControlNetModel, StableDiffusionControlNetPipeline
    
    controlnet = ControlNetModel.from_pretrained("rgres/Seg2Sat-sd-controlnet")
    pipe = StableDiffusionControlNetPipeline.from_pretrained(
    	"stabilityai/stable-diffusion-2-1-base", controlnet=controlnet
    )
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
Seg2Sat-sd-controlnet
24.5 GB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 13 commits
rgres's picture
rgres
Update README.md
c1eacc6 over 2 years ago
  • logs
    End of training about 3 years ago
  • v1
    changed path of control net v1 12000 almost 3 years ago
  • v2
    aded v2 files almost 3 years ago
  • .gitattributes
    1.48 kB
    initial commit about 3 years ago
  • README.md
    347 Bytes
    Update README.md over 2 years ago
  • config.json
    1.04 kB
    End of training about 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.46 GB
    xet
    aded v2 files almost 3 years ago