Text-to-Image
Diffusers
Safetensors
StableDiffusionPipeline
Modern Style
Illustration
Cartoon
Pastel
Art
Fantasy
Clumsy_Trainer
stable-diffusion
stable-diffusion-1.5
stable-diffusion-diffusers
Instructions to use Yntec/MODILL_PASTELL with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Yntec/MODILL_PASTELL with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Yntec/MODILL_PASTELL", 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
|
@@ -21,4 +21,38 @@ base_model:
|
|
| 21 |
|
| 22 |
If you like the model support the author at https://ko-fi.com/clumsy_trainer
|
| 23 |
|
| 24 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
|
| 22 |
If you like the model support the author at https://ko-fi.com/clumsy_trainer
|
| 23 |
|
| 24 |
+
# MODILL PASTELL
|
| 25 |
+
|
| 26 |
+
This LoRA baked into the SQUEE model! Showcase and prompts:
|
| 27 |
+
|
| 28 |
+

|
| 29 |
+
|
| 30 |
+
a red panda playing guitar in a club,whimsical,
|
| 31 |
+
|
| 32 |
+

|
| 33 |
+
|
| 34 |
+
a bartender Tiger behind a counter, Sunflower Field at Daybreak
|
| 35 |
+
|
| 36 |
+

|
| 37 |
+
|
| 38 |
+
side view, solo, cute anamorph frame of yang girl sitting in jumpsuit with beautiful detailed chibi eyes, buttons, run in blooming garden, Dappled sunlight, happiness, (dynamic pose, dynamic composition), realistic, detailed,
|
| 39 |
+
|
| 40 |
+

|
| 41 |
+
|
| 42 |
+
a deer in red shirt, in cute landscape at Early morning, eyes
|
| 43 |
+
|
| 44 |
+
Original pages:
|
| 45 |
+
|
| 46 |
+
https://civitai.com/models/103158?modelVersionId=110428 (MODILL PASTELL - Modern Style Illustration LoRa)
|
| 47 |
+
|
| 48 |
+
https://huggingface.co/Yntec/SQUEE
|
| 49 |
+
|
| 50 |
+
# Recipe:
|
| 51 |
+
|
| 52 |
+
- SuperMerger Merge LoRA to checkpoint 0.4 strength:
|
| 53 |
+
|
| 54 |
+
Model A: SQUEE
|
| 55 |
+
|
| 56 |
+
LoRA: MODILL_PASTEL_RC_V0.01
|
| 57 |
+
|
| 58 |
+
Output: MODILL_PASTELL
|