Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LuChengTHU/dpm-solver
/ inpaint.py
File
inpaint.py
examples/stable-diffusion/scripts/inpaint.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
argparse, os, sys, glob
2
from
omegaconf
import
OmegaConf
3
from
PIL
import
Image
4
from
tqdm
import
tqdm
Callers
nothing calls this directly
Calls
9
DDIMSampler
Class · 0.90
instantiate_from_config
Function · 0.85
tqdm
Function · 0.85
make_batch
Function · 0.85
decode_first_stage
Method · 0.80
load_state_dict
Method · 0.45
ema_scope
Method · 0.45
encode
Method · 0.45
sample
Method · 0.45
Tested by
no test coverage detected