Instructions to use Lucetepolis/MareColoris with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Lucetepolis/MareColoris with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Lucetepolis/MareColoris", 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
- Draw Things
- DiffusionBee
| license: creativeml-openrail-m | |
| tags: | |
| - stable-diffusion | |
| - stable-diffusion-diffusers | |
| - text-to-image | |
| - diffusers | |
| inference: true | |
| # MareColoris | |
| OctaFuzz - <a href="https://huggingface.co/Lucetepolis/OctaFuzz">Download</a><br/> | |
| RefSlave-V2 - <a href="https://civitai.com/models/11793/refslave-v2">Download</a><br/> | |
| WhiteSpace Prism - <a href="https://civitai.com/models/12933/whitespace-prism">Download</a><br/> | |
| dlfmaanjffhgkwl mix - <a href="https://civitai.com/models/9815/dlfmaanjffhgkwl-mix">Download</a><br/> | |
| randommix - <a href="https://huggingface.co/1q2W3e/randommix">Download</a><br/> | |
| EasyNegative and pastelmix-lora seem to work well with the models. | |
| EasyNegative - <a href="https://huggingface.co/datasets/gsdf/EasyNegative">Download</a><br/> | |
| pastelmix-lora - <a href="https://huggingface.co/andite/pastel-mix">Download</a> | |
| # Formula | |
| Used Merge Block Weighted : Each for this one. | |
| ``` | |
| model_0 : octafuzz.safetensors [364bdf849d] | |
| model_1 : refslavev2.safetensors [cce9a2d200] | |
| model_Out : or.safetensors | |
| base_alpha : 0.95 | |
| output_file: C:\SD-webui\models\Stable-diffusion\or.safetensors | |
| weight_A : 0.15,0.4,0.7,0.65,0.5,0.9,1,1,0.95,0.55,0.05,0,0.05,0,0,0.1,0.3,0.2,0.35,0.6,0.75,0.7,0.55,0.35,0.1 | |
| weight_B : 0.05,0.1,0.1,0.05,0,0,0,0,0,0.1,0.2,0.2,0,0.9,0.8,0.55,0.15,0,0,0,0,0,0.1,0.35,0.7 | |
| half : False | |
| skip ids : 2 : 0:None, 1:Skip, 2:Reset | |
| model_0 : or.safetensors [c7612d0b35] | |
| model_1 : whitespaceprism.safetensors [59038bf169] | |
| model_Out : orw.safetensors | |
| base_alpha : 0 | |
| output_file: C:\SD-webui\models\Stable-diffusion\orw.safetensors | |
| weight_A : 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 | |
| weight_B : 0,0.05,0.1,0.25,0.5,0.1,0,0,0,0,0,0,0.75,0,0,0,0.3,0.75,0.6,0.35,0.2,0.25,0.35,0.3,0.2 | |
| half : False | |
| skip ids : 2 : 0:None, 1:Skip, 2:Reset | |
| model_0 : orw.safetensors [3ca41b67cc] | |
| model_1 : dlfmaanjffhgkwl.safetensors [d596b45d6b] | |
| model_Out : orwd.safetensors | |
| base_alpha : 0 | |
| output_file: C:\SD-webui\models\Stable-diffusion\orwd.safetensors | |
| weight_A : 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 | |
| weight_B : 0.8,0.4,0.1,0.05,0,0,0,0,0.05,0.35,0.75,0.8,0.2,0.1,0.2,0.35,0.25,0.05,0.05,0.05,0,0,0,0,0 | |
| half : False | |
| skip ids : 2 : 0:None, 1:Skip, 2:Reset | |
| model_0 : orwd.safetensors [170cb9efc8] | |
| model_1 : randommix.safetensors [8f44a11120] | |
| model_Out : marecoloris.safetensors | |
| base_alpha : 0 | |
| output_file: C:\SD-webui\models\Stable-diffusion\marecoloris.safetensors | |
| weight_A : 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 | |
| weight_B : 0,0.05,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.05,0.05,0,0,0 | |
| half : False | |
| skip ids : 2 : 0:None, 1:Skip, 2:Reset | |
| ``` | |
| # Converted weights | |
|  | |
| # Samples | |
| All of the images use following negatives/settings. EXIF preserved. | |
| ``` | |
| Negative prompt: (worst quality, low quality:1.4), EasyNegative, bad anatomy, bad hands, error, missing fingers, extra digit, fewer digits | |
| Steps: 28, Sampler: DPM++ 2M Karras, CFG scale: 7, Size: 768x512, Denoising strength: 0.6, Clip skip: 2, ENSD: 31337, Hires upscale: 1.5, Hires steps: 14, Hires upscaler: Latent (nearest-exact) | |
| ``` | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |