mokady commited on
Commit
7da3d14
·
verified ·
1 Parent(s): 384e84a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +71 -0
README.md CHANGED
@@ -1,3 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ### How To Use
2
 
3
  ```python
 
1
+
2
+
3
+ ---
4
+ license_name: bria-2.3
5
+ license: other
6
+ license_link: https://bria.ai/bria-huggingface-model-license-agreement/
7
+ library_name: diffusers
8
+ inference: false
9
+ tags:
10
+ - text-to-image
11
+ - legal liability
12
+ - commercial use
13
+ extra_gated_description: Model weights from BRIA AI can be obtained with the purchase of a commercial license. Fill in the form below and we reach out to you.
14
+ extra_gated_heading: "Fill in this form to request a commercial license for the model"
15
+ extra_gated_fields:
16
+ Name: text
17
+ Company/Org name: text
18
+ Org Type (Early/Growth Startup, Enterprise, Academy): text
19
+ Role: text
20
+ Country: text
21
+ Email: text
22
+ By submitting this form, I agree to BRIA’s Privacy policy and Terms & conditions, see links below: checkbox
23
+ ---
24
+
25
+
26
+
27
+ # BRIA 2.3 ControlNet Inpainting Fast
28
+
29
+
30
+ Trained exclusively on the largest multi-source commercial-grade licensed dataset, BRIA 2.3 inpainting guarantees best quality while safe for commercial use. The model provides full legal liability coverage for copyright and privacy infrigement and harmful content mitigation, as our dataset does not represent copyrighted materials, such as fictional characters, logos or trademarks, public figures, harmful content or privacy infringing content.
31
+
32
+
33
+ BRIA 2.3 is an inpainting model designed to fill masked regions in images based on user-provided textual prompts. The model can be applied in different scenarios, including object removal, replacement, addition, and modification within an image, while also possessing the capability to expand the image.
34
+
35
+
36
+
37
+
38
+ # What's New
39
+
40
+ BRIA 2.3 ControlNet Inpainting can be applied on top of BRIA 2.3 Text-to-Image and therefore enable to use [Fast-LORA](https://huggingface.co/briaai/BRIA-2.3-FAST-LORA). This results in extremely fast inpainting model, requires only 1.6s using A10 GPU.
41
+
42
+
43
+
44
+
45
+
46
+ ### Model Description
47
+
48
+ - **Developed by:** BRIA AI
49
+ - **Model type:** Latent diffusion image-to-image model
50
+ - **License:** [bria-2.3 inpainting Licensing terms & conditions](https://bria.ai/bria-huggingface-model-license-agreement/).
51
+ - Purchase is required to license and access the model.
52
+ - **Model Description:** BRIA 2.3 inpainting was trained exclusively on a professional-grade, licensed dataset. It is designed for commercial use and includes full legal liability coverage.
53
+ - **Resources for more information:** [BRIA AI](https://bria.ai/)
54
+
55
+
56
+
57
+
58
+ ### Get Access to the source code and pre-trained model
59
+ Interested in BRIA 2.3 inpainting? Our Model is available for purchase.
60
+
61
+ **Purchasing access to BRIA 2.3 inpainting ensures royalty management and full liability for commercial use.**
62
+
63
+
64
+ *Are you a startup or a student?* We encourage you to apply for our specialized Academia and [Startup Programs](https://pages.bria.ai/the-visual-generative-ai-platform-for-builders-startups-plan?_gl=1*cqrl81*_ga*MTIxMDI2NzI5OC4xNjk5NTQ3MDAz*_ga_WRN60H46X4*MTcwOTM5OTMzNC4yNzguMC4xNzA5Mzk5MzM0LjYwLjAuMA..) to gain access. These programs are designed to support emerging businesses and academic pursuits with our cutting-edge technology.
65
+
66
+
67
+ **Contact us today to unlock the potential of BRIA 2.3 inpainting!**
68
+
69
+ By submitting the form above, you agree to BRIA’s [Privacy policy](https://bria.ai/privacy-policy/) and [Terms & conditions](https://bria.ai/terms-and-conditions/).
70
+
71
+
72
  ### How To Use
73
 
74
  ```python