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
|
@@ -394,5 +394,4 @@ creativeml-openrail-m 第III章に従って再配布や改変物(マージし
|
|
| 394 |
|
| 395 |
<br><br>
|
| 396 |
# 蛇足
|
| 397 |
-
|
| 398 |
-
が、色々思うところはあるのである日突然非公開になった場合は申し訳ないと先に伝えておくね。
|
|
|
|
| 394 |
|
| 395 |
<br><br>
|
| 396 |
# 蛇足
|
| 397 |
+
とっても魅力的なモデルがどんどん発表されている昨今、もうマージしなくてもいいかなぁと
|
|
|