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
|
@@ -375,6 +375,7 @@ Steps: 20, Sampler: DPM++ 2M Karras, CFG scale: 7, Seed: 4155675601, Size: 768x5
|
|
| 375 |
- 拇指姑娘(Thumbelina)v2.0 @Cinsdia
|
| 376 |
- Sweet Factory @RIXYN
|
| 377 |
- AkkaiMix @Akkairosu
|
|
|
|
| 378 |
- flat1,flat2,boldline,bigeye,hanme (LoRA) @2vXpSwA7
|
| 379 |
|
| 380 |
全モデルにこれらすべてがマージされているわけではありませんが、一括してクレジット記載させていただきます。<br>
|
|
|
|
| 375 |
- 拇指姑娘(Thumbelina)v2.0 @Cinsdia
|
| 376 |
- Sweet Factory @RIXYN
|
| 377 |
- AkkaiMix @Akkairosu
|
| 378 |
+
- CookieCutter Flex v1.01 @Kybalico
|
| 379 |
- flat1,flat2,boldline,bigeye,hanme (LoRA) @2vXpSwA7
|
| 380 |
|
| 381 |
全モデルにこれらすべてがマージされているわけではありませんが、一括してクレジット記載させていただきます。<br>
|