Instructions to use Lasorco/lametta with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Lasorco/lametta with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Lasorco/lametta", 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
Update README.md
Browse files
README.md
CHANGED
|
@@ -255,7 +255,7 @@ Steps: 20, Sampler: DPM++ 2M Karras, CFG scale: 7, Seed: 1691501596, Size: 512x7
|
|
| 255 |
## 利用に際して(ライセンスなど)
|
| 256 |
アップロードされているモデル全てにおいて[creativeml-openrail-m](https://huggingface.co/spaces/CompVis/stable-diffusion-license)に準じます。
|
| 257 |
詳しくは検索してもらえれば翻訳された解説などが確認できると思います。<br>
|
| 258 |
-
また、特定の作品や作風などを模倣して公開または商用利用するために作成したモデルではありませんのでそのような使用は禁止とさせていただきます。<br>
|
| 259 |
<br>
|
| 260 |
マージ元のモデルにおいて"Have different permissions when sharing merges"(マージを共有するときに異なる権限を与える)事について許容されていると思いますので当モデルにおいては上記以上の制限は求めません。<br>
|
| 261 |
|
|
|
|
| 255 |
## 利用に際して(ライセンスなど)
|
| 256 |
アップロードされているモデル全てにおいて[creativeml-openrail-m](https://huggingface.co/spaces/CompVis/stable-diffusion-license)に準じます。
|
| 257 |
詳しくは検索してもらえれば翻訳された解説などが確認できると思います。<br>
|
| 258 |
+
また、特定の作品や作風などを模倣して大衆へ公開または商用利用するために作成したモデルではありませんのでそのような使用は禁止とさせていただきます。<br>
|
| 259 |
<br>
|
| 260 |
マージ元のモデルにおいて"Have different permissions when sharing merges"(マージを共有するときに異なる権限を与える)事について許容されていると思いますので当モデルにおいては上記以上の制限は求めません。<br>
|
| 261 |
|