Text-to-Image
Diffusers
English
flux
lora
stable-diffusion
character
concept
cartoon
mummy
egyptian
3d-style
nsfw
Instructions to use ThalisAI/cartoon-mummy-girl-flux-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use ThalisAI/cartoon-mummy-girl-flux-lora 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("ThalisAI/cartoon-mummy-girl-flux-lora") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Cartoon Mummy Girl โ Stylized Egyptian Mummy Character [Flux]
A concept/character LoRA that generates stylized CGI mummy women with detailed facial features, expressive cartoon proportions, and glossy bandage wraps. Inspired by modern 3D animation aesthetics, the model blends sensuality and surrealism in a clean, expressive character design.
Ideal for artists working with stylized horror, character illustration, or high-gloss fantasy art. Bandages, gold jewelry, expressive faces, Egyptian architecture -- all rendered with clarity and precision.
Gallery
Usage
- Trigger word:
cartoon-mummy - Recommended strength: 0.4--0.9 (lower for subtle effect, higher for full transformation)
- Flux guidance: 3.0--4.0 (works from 2.0--8.0)
- Base model: Flux.1 Dev
- Resolution: 832x1216 (portrait) or 1024x1024 (square)
Tips
- The model produces a stylized 3D/CGI cartoon aesthetic with expressive eyes and smooth rendering
- Egyptian settings (pyramids, tombs, palaces) are natural complements to the mummy aesthetic
- Gold jewelry, headdresses, and ankh motifs render cleanly alongside the bandage wraps
- Lower LoRA strength (0.4--0.6) gives a subtler mummy influence; higher strength (0.7--0.9) produces the full cartoon mummy look
- Combine with environment descriptions for atmospheric results: moonlit deserts, torch-lit tombs, golden palace halls
Example
import torch
from diffusers import FluxPipeline
pipe = FluxPipeline.from_pretrained("black-forest-labs/FLUX.1-dev", torch_dtype=torch.bfloat16)
pipe.load_lora_weights("ThalisAI/cartoon-mummy-girl-flux-lora")
pipe.to("cuda")
prompt = "cartoon-mummy, a stylized cartoon mummy woman standing in an ancient Egyptian palace, golden columns, torchlight, bandage wraps, gold jewelry, confident pose, 3D render style"
image = pipe(prompt, num_inference_steps=28, guidance_scale=3.5).images[0]
image.save("output.png")
Example Prompts
cartoon-mummy, a highly detailed digital illustration of a beautiful Egyptian woman with dark skin and long flowing black hair, wearing a white Egyptian-inspired dress with gold accents and a gold necklace, large expressive eyes, ancient palace backgroundcartoon-mummy, a stylized 3D cartoon mummy woman in a moonlit desert, pyramids in the background, bandage wraps with gold accents, confident pose, warm lightingcartoon-mummy, an Egyptian queen mummy in a torch-lit tomb, hieroglyphics on walls, golden headdress, dramatic lighting, 3D animation style
Links
About
Created by Thalis AI -- LoRA training and generative AI experiments. Where the lotus-eaters forgot, we remember.
License
This model is released under the FLUX.1 Dev Non-Commercial License.
- Downloads last month
- 6
Model tree for ThalisAI/cartoon-mummy-girl-flux-lora
Base model
black-forest-labs/FLUX.1-dev
