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
|
@@ -242,6 +242,7 @@ Steps: 20, Sampler: DPM++ 2M Karras, CFG scale: 7, Seed: 1691501596, Size: 512x7
|
|
| 242 |
- NeatNess Fluffy Fur Mix v1.0,v2.0,v3.0,Unicorn edition
|
| 243 |
- mix-proV3,V3.5,V4,V4.5+ColorBox
|
| 244 |
- Counterfeit-V2.2
|
|
|
|
| 245 |
- SSSSLDDLL v1
|
| 246 |
- Anime Chibi Model
|
| 247 |
- CuteYukiMix v1.0,v3.0
|
|
|
|
| 242 |
- NeatNess Fluffy Fur Mix v1.0,v2.0,v3.0,Unicorn edition
|
| 243 |
- mix-proV3,V3.5,V4,V4.5+ColorBox
|
| 244 |
- Counterfeit-V2.2
|
| 245 |
+
- CoffeeNSFW v1.0
|
| 246 |
- SSSSLDDLL v1
|
| 247 |
- Anime Chibi Model
|
| 248 |
- CuteYukiMix v1.0,v3.0
|