Instructions to use Jonjew/CreativeNativeCE with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Jonjew/CreativeNativeCE with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("black-forest-labs/FLUX.1-dev", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("Jonjew/CreativeNativeCE") prompt = "2d painting. Fantasy style. A gorgeous goth girl, in lace attire. crtvntvCE_style" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("black-forest-labs/FLUX.1-dev", dtype=torch.bfloat16, device_map="cuda")
pipe.load_lora_weights("Jonjew/CreativeNativeCE")
prompt = "2d painting. Fantasy style. A gorgeous goth girl, in lace attire. crtvntvCE_style"
image = pipe(prompt).images[0]Creative Native - CE

- Prompt
- 2d painting. Fantasy style. A gorgeous goth girl, in lace attire. crtvntvCE_style
- Negative Prompt
- Guidance: 2.6 Steps: 30 Seed: 1088066291963127

- Prompt
- She has one bright blue eye and one bright brown eye. A face divided, one half yellow, one half green. Wearing an embroidered hood. her face is adorned with tribal markings. crtvntvCE_style
- Negative Prompt
- Guidance: 2.6 Steps: 30 Seed: 87206252195149

- Prompt
- Fantasy style. Abstract art. Bold text printed across the top: "Creative Native". Female focus. crtvntvCE_style
- Negative Prompt
- Guidance: 2.6 Steps: 30 Seed: 374507916333922
Model description
FROM https://civitai.com/models/1409131/creative-native-ce?modelVersionId=1601466
Trigger crtvntvCE_style
Strength 0.4
Creative Native offers a style with tribal and native characteristics. In addition to the crtvntvCE_style trigger world, consider including tribal and native in your prompts. Consider the showcase images to explore the possibilities.
Trigger words
You should use crtvntvCE_style to trigger the image generation.
Download model
Weights for this model are available in Safetensors format.
Download them in the Files & versions tab.
- Downloads last month
- 5
Model tree for Jonjew/CreativeNativeCE
Base model
black-forest-labs/FLUX.1-dev