Diffusers
Safetensors
PixCellPipeline
srikarym commited on
Commit
bc4ac7a
·
verified ·
1 Parent(s): d9d48a8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -2
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- license: apache-2.0
3
  ---
4
 
5
  <img src="pixcell_1024_banner.png" alt="pixcell_1024_banner" width="500"/>
@@ -98,4 +98,13 @@ uncond = pipeline.get_unconditional_embedding(uni_emb.shape[0])
98
  with torch.amp.autocast('cuda'):
99
  samples = pipeline(uni_embeds=uni_emb, negative_uni_embeds=uncond, guidance_scale=1.5).images
100
 
101
- ```
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: cc-by-nc-nd-4.0
3
  ---
4
 
5
  <img src="pixcell_1024_banner.png" alt="pixcell_1024_banner" width="500"/>
 
98
  with torch.amp.autocast('cuda'):
99
  samples = pipeline(uni_embeds=uni_emb, negative_uni_embeds=uncond, guidance_scale=1.5).images
100
 
101
+ ```
102
+
103
+ ### License & Usage
104
+
105
+ **License**: Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International (CC BY-NC-ND 4.0)
106
+
107
+ **Notice**: This model is a derivative work conditioned on embeddings from the [[UNI-2h]](https://huggingface.co/MahmoodLab/UNI2-h) foundation model. As such, it is subject to the original terms of the UNI2 license.
108
+
109
+ - Academic & Research Use Only: You may use these weights for non-commercial research purposes.
110
+ - No Commercial Use: You may not use this model for any commercial purpose, including product development or commercial services.