idlebg commited on
Commit
fc0218e
1 Parent(s): 05567f8

license correction

Browse files
Files changed (2) hide show
  1. LICENSE.md +37 -0
  2. README.md +21 -2
LICENSE.md ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ **FFusionXL 1.0 RESEARCH LICENSE AGREEMENT**
2
+ Copyright (c) 2023 FFusion AI Ltd. and Source Code Bulgaria Ltd.
3
+
4
+ This License Agreement (�License�) is entered between you, or your employer or another entity on whose behalf you are acting (referred to as �Licensee� or �you�) and FFusion AI Ltd. ("FFusion AI" or "we") and Source Code Bulgaria Ltd. ("Source Code Bulgaria" or "we"). This License governs your use of computer programs, algorithms, source code, object code, software, models, or model weights ("Software") and related specifications, manuals, and documentation ("Documentation") provided by FFusion AI and Source Code Bulgaria.
5
+
6
+ By accessing or using the Software, you accept and agree to abide by the terms of this License. If you disagree with these terms, you are not granted rights to the Software or Documentation (together, the �Software Products�) and must discontinue their use immediately. If you are acting on behalf of an entity, you must ensure you have the authority to bind that entity to this License. Absent such authority, you may neither accept this License nor access the Software Products on behalf of said entity.
7
+
8
+ **Use-based Restrictions:**
9
+ The Software Products may not be used for activities including but not limited to: violation of laws or regulations, exploitation or harm to minors, spreading false or harmful personal information, defamation, harassment, and others.
10
+
11
+ **Output Generation:**
12
+ Neither FFusion AI nor Source Code Bulgaria asserts rights over outputs produced using the Software Products. Users are solely responsible for such outputs and their subsequent application.
13
+
14
+ **Updates and Runtime Restrictions:**
15
+ FFusion AI and Source Code Bulgaria can enforce restrictions if the Software Products are used contrary to this License.
16
+
17
+ **Disclaimer of Warranty and Limitation of Liability:**
18
+ Software Products are distributed "AS IS", with no warranties. Neither FFusion AI nor Source Code Bulgaria will be liable for any damages stemming from this License or from using or not being able to use the Software Products.
19
+
20
+ **ATTRIBUTION**
21
+ Any distribution of the Software Products, their derivative works, or works incorporating them, should include (i) this License, and (ii) this attribution: �FFusionXL 1.0, licensed under FFusionXL Research License, Copyright (c) FFusion AI Ltd. All Rights Reserved. Developed and maintained by FFusion.AI, a division of Source Code Bulgaria Ltd. All Rights Reserved.�
22
+
23
+ **ADDITIONAL TERMS FOR FFUSION.AI**
24
+ Specifically, for the FFusionXL-BASE model from FFusion.AI, part of Source Code Bulgaria Ltd:
25
+
26
+ a. All uses of FFusionXL-BASE must credit FFusion.AI and Source Code Bulgaria Ltd. in public works or publications that utilize the model.
27
+
28
+ b. The FFusionXL-BASE model is exclusively for non-commercial research. Commercial applications need a distinct license from Source Code Bulgaria Ltd.
29
+
30
+ c. Reverse engineering, decompiling, or disassembling the FFusionXL-BASE model is prohibited.
31
+
32
+ d. Users indemnify Source Code Bulgaria Ltd. and affiliates against any liabilities, losses, costs, damages, or expenses (including attorney fees) stemming from the FFusionXL-BASE model's use.
33
+
34
+ e. **Model Weights:** The weights used for the models/loras are provided �as is.� FFusion AI and Source Code Bulgaria do not grant any rights for their commercial use. These weights are strictly for testing and experimental purposes.
35
+
36
+ **Acknowledgement of Original Work and Modifications:**
37
+ This Software is inspired by the Stable Diffusion XL Base 1.0 by Stability AI Ltd. FFusion AI and Source Code Bulgaria have introduced modifications to the original Software to produce the FFusionXL-BASE model. Rights to these modifications belong to FFusion AI and Source Code Bulgaria, while the original Software and its intellectual property rights remain with Stability AI Ltd. The FFusionXL-BASE model's use is bound by this License and any conditions set by Stability AI Ltd. for the original Software.
README.md CHANGED
@@ -129,7 +129,7 @@ pipeline_id = "FFusion/FFusionXL-BASE"
129
  pipe = DiffusionPipeline.from_pretrained(pipeline_id, torch_dtype=torch.float16)
130
  pipe.enable_model_cpu_offload()
131
 
132
- lora_model_id = "FFusion/400GB-LoraX"
133
  lora_filename = "FFai.0038.Realitycheckxl_Alpha11.lora.safetensors"
134
  pipe.load_lora_weights(lora_model_id, weight_name=lora_filename)
135
 
@@ -144,7 +144,7 @@ After loading the desired model, you can perform inference as follows:
144
  ```python
145
  generator = torch.manual_seed(0)
146
  images_fusion = pipe(
147
- "masterpiece, best quality, mountain", output_type="np", generator=generator, num_inference_steps=2
148
  ).images
149
  ```
150
 
@@ -161,6 +161,7 @@ images_fusion = pipe(
161
 
162
  🔴 **Acknowledgement:** The [FFusionXL-BASE](https://huggingface.co/FFusion/FFusionXL-BASE) model model is a uniquely developed version by FFusion AI. Rights to this and associated modifications belong to FFusion AI and Source Code Bulgaria Ltd. Ensure adherence to both this license and any conditions set by Stability AI Ltd for referenced models.
163
 
 
164
  ## Library of Available LoRA Models 📚
165
 
166
  You can choose any of the models from our repository on Hugging Face or the upcoming repository on CivitAI. Here's a list of available models with `lora_model_id = "FFusion/400GB-LoraXL"`:
@@ -386,3 +387,21 @@ Or, specify a particular directory or drive to scan:
386
  ```bash
387
  howmuch --scan C:
388
  ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
129
  pipe = DiffusionPipeline.from_pretrained(pipeline_id, torch_dtype=torch.float16)
130
  pipe.enable_model_cpu_offload()
131
 
132
+ lora_model_id = "FFusion/400GB-LoraXL"
133
  lora_filename = "FFai.0038.Realitycheckxl_Alpha11.lora.safetensors"
134
  pipe.load_lora_weights(lora_model_id, weight_name=lora_filename)
135
 
 
144
  ```python
145
  generator = torch.manual_seed(0)
146
  images_fusion = pipe(
147
+ "masterpiece, best quality, mountain", output_type="np", generator=generator, num_inference_steps=25
148
  ).images
149
  ```
150
 
 
161
 
162
  🔴 **Acknowledgement:** The [FFusionXL-BASE](https://huggingface.co/FFusion/FFusionXL-BASE) model model is a uniquely developed version by FFusion AI. Rights to this and associated modifications belong to FFusion AI and Source Code Bulgaria Ltd. Ensure adherence to both this license and any conditions set by Stability AI Ltd for referenced models.
163
 
164
+
165
  ## Library of Available LoRA Models 📚
166
 
167
  You can choose any of the models from our repository on Hugging Face or the upcoming repository on CivitAI. Here's a list of available models with `lora_model_id = "FFusion/400GB-LoraXL"`:
 
387
  ```bash
388
  howmuch --scan C:
389
  ```
390
+
391
+ ### 🌐 **Contact Information**
392
+
393
+ The **FFusion.ai** project is proudly maintained by **Source Code Bulgaria Ltd** & **Black Swan Technologies**.
394
+
395
+ 📧 Reach us at [[email protected]](mailto:[email protected]) for any inquiries or support.
396
+
397
+ #### 🌌 **Find us on:**
398
+
399
+ - 🐙 [GitHub](https://github.com/1e-2)
400
+ - 😊 [Hugging Face](https://huggingface.co/FFusion/)
401
+ - 💡 [Civitai](https://civitai.com/user/idle/models)
402
+
403
+ 🔐 **Security powered by** [Comodo.BG](http://Comodo.BG) & [Preasidium.CX](http://Preasidium.CX)
404
+ 🚀 Marketing by [Гугъл.com](http://Гугъл.com)
405
+ 📩 [![Email](https://img.shields.io/badge/Email-enquiries%40ffusion.ai-blue?style=for-the-badge&logo=gmail)](mailto:[email protected])
406
+ 🌍 Sofia Istanbul London
407
+