AlonzoLeeeooo's picture
Update README.md
5ee9835 verified
|
raw
history blame
1.92 kB
metadata
license: mit

Re-implementation of ControlNet with Shape Masks

[GitHub] / [Dataset]

A re-implementation of ControlNet with shape masks.

Model Weights Structure

shape-guided-controlnet/
└── annotators                        <----- Model weights of the shape mask annotator (`U2-Net`)
    └── u2net.pth
└── shape-guided-controlnet           <----- Model weights of the trained ControlNet with shape masks
    β”œβ”€β”€ config.json
    └── diffusion_pytorch_model.safetensors
└── stable-diffusion-v1.5             <----- Model weights of Stable Diffusion v1.5
    β”œβ”€β”€ feature_extractor
    β”œβ”€β”€ scheduler
    β”œβ”€β”€ text_encoder
    β”œβ”€β”€ tokenizer
    β”œβ”€β”€ unet
    β”œβ”€β”€ vae
    β”œβ”€β”€ model_index.json
    β”œβ”€β”€ v1-5-pruned.safetensors
    └── v1-inference.yaml

Results

Here are some example results generated by the trained model:

  1. "A red bag"

    Bag Bag 1 Bag 2 Bag 3
  2. "A sport car"

    Sport Car Sport Car 1 Sport Car 2 Sport Car 3
  3. "A blue truck"

    Truck Truck 1 Truck 2 Truck 3