Diffusers
Safetensors
PixCellPipeline
srikarym commited on
Commit
f3800a5
·
verified ·
1 Parent(s): aed4a0c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -2
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- license: apache-2.0
3
  ---
4
 
5
  <img src="pixcell_256_banner.png" alt="pixcell_256_banner" width="500"/>
@@ -91,4 +91,14 @@ uncond = pipeline.get_unconditional_embedding(uni_emb.shape[0])
91
  # Generate new samples
92
  with torch.amp.autocast('cuda'):
93
  samples = pipeline(uni_embeds=uni_emb, negative_uni_embeds=uncond, guidance_scale=3., num_images_per_prompt=1).images
94
- ```
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: cc-by-nc-nd-4.0
3
  ---
4
 
5
  <img src="pixcell_256_banner.png" alt="pixcell_256_banner" width="500"/>
 
91
  # Generate new samples
92
  with torch.amp.autocast('cuda'):
93
  samples = pipeline(uni_embeds=uni_emb, negative_uni_embeds=uncond, guidance_scale=3., num_images_per_prompt=1).images
94
+ ```
95
+
96
+
97
+ ### License & Usage
98
+
99
+ **License**: Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International (CC BY-NC-ND 4.0)
100
+
101
+ **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.
102
+
103
+ - Academic & Research Use Only: You may use these weights for non-commercial research purposes.
104
+ - No Commercial Use: You may not use this model for any commercial purpose, including product development or commercial services.