Text-to-Image
Diffusers
Safetensors
StableDiffusionPipeline
Style
Art
Character Design
Adorable
CGI
nnna
Zovya
stable-diffusion
stable-diffusion-diffusers
Instructions to use Yntec/ClayStyle with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Yntec/ClayStyle 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/ClayStyle", 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
| license: creativeml-openrail-m | |
| library_name: diffusers | |
| pipeline_tag: text-to-image | |
| tags: | |
| - Style | |
| - Art | |
| - Character Design | |
| - Adorable | |
| - CGI | |
| - nnna | |
| - Zovya | |
| - stable-diffusion | |
| - stable-diffusion-diffusers | |
| - diffusers | |
| - text-to-image | |
| inference: true | |
| Use Clay Style in your prompt to activate the effect. | |
| # Clay Style | |
| A-ZovyaRPGV3 mixed the Clay Style LoRa and Generate Me! to achieve this style! | |
| Comparison: | |
|  | |
| (Click for larger) | |
| Samples and prompts: | |
|  | |
| (Click for larger) | |
| Top left: clay style, chibi, cat wearing a hooded sweater, masterpiece, 8k, high resolution, sharp focus, shallow depth of field | |
| Top right: 1 girl, meadow, outdoor, sky, short hair, solo, day, holding, clouds, grass,leaves, smile, masterpiece, best quality, Chibi, background | |
| Bottom left: table, indoors, chair, food, plant, sitting, window, scenery, isometric background | |
| Bottom right: bird, animal focus, simple background,, solo, beak, black eyes, full body, branch, leaf , Chibi | |
| Original pages: | |
| https://civitai.com/models/121119/clay-style?modelVersionId=131769 | |
| https://civitai.com/models/8124?modelVersionId=87886 (A-ZovyaRPGV3) | |
| https://huggingface.co/Yntec/GenerateMe | |
| # ClayStyleAlpha | |
|  | |
| Also included an intermediate version necessary to create the final one. | |
| # Recipes | |
| - SuperMerger Merge LoRA to checkpoint 0.8 strength: | |
| Model A: A-ZovyaRPGV3 | |
| LoRA: Clay Style | |
| Output: A-ZovyaRPGV3Clay | |
| - SuperMerger Merge LoRA to checkpoint 0.8 strength: | |
| Model A: GenerateMe | |
| LoRA: Clay Style | |
| Output: GenerateMeClay | |
| - SuperMerger Weight sum use MBW 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1 | |
| Model A: LiberteRedmond | |
| Model B: A-ZovyaRPGV3Clay | |
| Output: ClayStyleAlpha | |
| - SuperMerger Weight sum use MBW 0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0 | |
| Model A: ClayStyleAlpha | |
| Model B: GenerateMe | |
| Output: ClayStyleGenAlpha | |
| - SuperMerger Weight sum use MBW 0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 | |
| Model A: ClayStyleGenAlpha | |
| Model B: A-ZovyaRPGV3 | |
| Output: ClayStyle |