diffuse this images into video game image

#2
by Chrollo1 - opened
Files changed (1) hide show
  1. README.md +10 -5
README.md CHANGED
@@ -1,7 +1,13 @@
1
  ---
2
- # For reference on model card metadata, see the spec: https://github.com/huggingface/hub-docs/blob/main/modelcard.md?plain=1
3
- # Doc / guide: https://huggingface.co/docs/hub/model-cards
4
- {}
 
 
 
 
 
 
5
  ---
6
 
7
  # InstanceDiffusion: Instance-level Control for Image Generation
@@ -48,5 +54,4 @@ If you find our work inspiring or use our codebase in your research, please cons
48
 
49
 
50
  ## Disclaimer
51
- This repository represents a re-implementation of InstanceDiffusion conducted by the first author during his time at UC Berkeley. Minor performance discrepancies may exist (differences of ~1% in AP) compared to the results reported in the original paper. The goal of this repository is to replicate the original paper's findings and insights, primarily for academic and research purposes.
52
-
 
1
  ---
2
+ license: artistic-2.0
3
+ datasets:
4
+ - bigcode/the-stack-v2
5
+ language:
6
+ - aa
7
+ metrics:
8
+ - character
9
+ library_name: diffusers
10
+ pipeline_tag: image-to-image
11
  ---
12
 
13
  # InstanceDiffusion: Instance-level Control for Image Generation
 
54
 
55
 
56
  ## Disclaimer
57
+ This repository represents a re-implementation of InstanceDiffusion conducted by the first author during his time at UC Berkeley. Minor performance discrepancies may exist (differences of ~1% in AP) compared to the results reported in the original paper. The goal of this repository is to replicate the original paper's findings and insights, primarily for academic and research purposes.