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
|
@@ -30,6 +30,7 @@ language:
|
|
| 30 |
"(low quality, worst quality:1.4)" は強く推奨します。他各種ネガティブTIを盛れば多少指の破綻は軽減すると思います。<br>
|
| 31 |
13xx系などで前歯が見える描写を好まない場合は "upper teeth" や "teeth" で解決するでしょう。<br>
|
| 32 |
15xx系などで服の上におへその凹みが強くでる場合は "covered navel" で解決します多分。<br>
|
|
|
|
| 33 |
これらプロンプトは短めな方が結果が良い気がします。<br>
|
| 34 |
|
| 35 |
|
|
|
|
| 30 |
"(low quality, worst quality:1.4)" は強く推奨します。他各種ネガティブTIを盛れば多少指の破綻は軽減すると思います。<br>
|
| 31 |
13xx系などで前歯が見える描写を好まない場合は "upper teeth" や "teeth" で解決するでしょう。<br>
|
| 32 |
15xx系などで服の上におへその凹みが強くでる場合は "covered navel" で解決します多分。<br>
|
| 33 |
+
Hires.fixでまつ毛がうるさくなる時は "eyelashes" で程よくなると思いますきっと。<br>
|
| 34 |
これらプロンプトは短めな方が結果が良い気がします。<br>
|
| 35 |
|
| 36 |
|