Instructions to use can34/Modill with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use can34/Modill with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("can34/Modill", 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
import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("can34/Modill", dtype=torch.bfloat16, device_map="cuda")
prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]🔥Declaration: I suggest illustrators and arts cannot be replaced by AI, although these models can accelerate design/drawing, the details, sprite-inside, visual-logics cannot be Datafication in Neural Networks.
Modill (Modern-Illustration) is a trained checkpoint to make attractive and creative illustrations/painting. I’am UI/UX designer, so I want to a model to generate some flat illustrations for both business and creative-design.
🔥Advantages: Modill is trained by 289 brilliant illustrations from different designers/illustrators. It can draw exaggerated-body characters and raster texture.
No strictly restrictions on style. The train data includes different styles, no-overfitting can generate more special outputs.
🔥Recommendations of parameters:
Sampler: DPM2 Karras, 20~40 steps. CFG Scale: 7-9. Resolutions: 512*512 Negatives: poorly lit, duplicated leg, no text, one shoe, multiple head, strange face , error head, missing hand, blur, stereopsis, sex, waterpoint *** Add some Style Lora models might generate great arts. ***
- Downloads last month
- 8