Instructions to use LOLFUNNYLOLFUNNY/SonicHasAutismMix with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use LOLFUNNYLOLFUNNY/SonicHasAutismMix with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("LOLFUNNYLOLFUNNY/SonicHasAutismMix", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Lol Salt commited on
Create LICENSE.md
Browse files- LICENSE.md +9 -0
LICENSE.md
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
This model is licensed under a modified Fair AI Public License 1.0-SD (https://freedevproject.org/faipl-1.0-sd/) license.
|
| 2 |
+
|
| 3 |
+
The following modifications have been added to Fair AI Public License:
|
| 4 |
+
|
| 5 |
+
You are not permitted to run inference of this model on websites or applications allowing any form of monetization (paid inference, faster tiers, etc.). This applies to any derivative models or model merges.
|
| 6 |
+
|
| 7 |
+
If you want to use this model commercially, please reach us at contact@purplesmart.ai.
|
| 8 |
+
|
| 9 |
+
Explicit permission for commercial inference has been granted to [CivitAi](https://civitai.com/) and [Hugging Face](https://huggingface.co/).
|