Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Abhilashvj
/
stable-diffusion-inpainting-copy
like
2
Text-to-Image
Diffusers
StableDiffusionInpaintPipeline
stable-diffusion
stable-diffusion-diffusers
Inference Endpoints
arxiv:
5 papers
License:
creativeml-openrail-m
Model card
Files
Files and versions
Community
3
Deploy
Use this model
main
stable-diffusion-inpainting-copy
5 contributors
History:
8 commits
patrickvonplaten
Fix deprecation warning by changing `CLIPFeatureExtractor` to `CLIPImageProcessor`. (
#3
)
b7458ee
over 1 year ago
__pycache__
added custom handler and test script
almost 2 years ago
clipseg-rd64-refined
added seg models
almost 2 years ago
feature_extractor
Duplicate from runwayml/stable-diffusion-inpainting
almost 2 years ago
safety_checker
Duplicate from runwayml/stable-diffusion-inpainting
almost 2 years ago
scheduler
Duplicate from runwayml/stable-diffusion-inpainting
almost 2 years ago
test_images
added custom handler and test script
almost 2 years ago
text_encoder
Duplicate from runwayml/stable-diffusion-inpainting
almost 2 years ago
tokenizer
Duplicate from runwayml/stable-diffusion-inpainting
almost 2 years ago
unet
Duplicate from runwayml/stable-diffusion-inpainting
almost 2 years ago
vae
Duplicate from runwayml/stable-diffusion-inpainting
almost 2 years ago
requirements.txt
Safe
267 Bytes
Update requirements.txt (#1)
almost 2 years ago
.gitattributes
Safe
1.44 kB
Duplicate from runwayml/stable-diffusion-inpainting
almost 2 years ago
README.md
Safe
15.9 kB
Duplicate from runwayml/stable-diffusion-inpainting
almost 2 years ago
config.json
Safe
748 Bytes
Duplicate from runwayml/stable-diffusion-inpainting
almost 2 years ago
handler.py
Safe
2.74 kB
Added custom handler
almost 2 years ago
model_index.json
Safe
548 Bytes
Fix deprecation warning by changing `CLIPFeatureExtractor` to `CLIPImageProcessor`. (#3)
over 1 year ago
sd-v1-5-inpainting.ckpt
Safe
pickle
Detected Pickle imports (5)
"collections.OrderedDict"
,
"torch._utils._rebuild_tensor_v2"
,
"torch.IntStorage"
,
"torch.LongStorage"
,
"torch.FloatStorage"
What is a pickle import?
4.27 GB
LFS
Duplicate from runwayml/stable-diffusion-inpainting
almost 2 years ago
test_handler.py
Safe
1.43 kB
Added custom handler
almost 2 years ago