File size: 756 Bytes
f5011fc
 
c53a522
f5011fc
c53a522
f5011fc
 
 
c53a522
f5011fc
 
 
c53a522
 
f5011fc
7d008e4
 
 
 
8cd1abb
1d2fcbb
 
b645323
c53a522
1d2fcbb
153c041
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
title: Stable Diffusion Inpainting Segmentation
emoji: 😷
colorFrom: purple
colorTo: black
sdk: gradio
sdk_version: 3.9
app_file: app.py
pinned: true
license: creativeml-openrail-m
---

> A work-in-progress – may be buggy and slow!

Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference

### Notes on Gradio changes
- onclick events for canvas? we can draw, but can I get coordinates?
- checkboxes seem a bit busted with indexes
- set canvas default to segmentation output, make small edits rather than doing whole thing

### ToDos:
- [ ] setting a random seed
- [ ] click support for segmentation
- [ ] draw on mask
- [ ] batching support (blocked by inpainting issue involving tensors + batched inputs)