Instructions to use mrcuddle/Character_Design_Helper with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use mrcuddle/Character_Design_Helper 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("mrcuddle/Character_Design_Helper") prompt = "CharacterDesignFLUX,reference sheet,white background,simple background,multiple views, upper body, front, from side, color palette reference, high_detailed, captured in high detail, blond, girl, hogwarts, student, arrogant, holding hands, arrogant, diligent, serious, professionnal stance, humble stance, judgemental, hogwarts school uniform, school uniform, mean girl face, smile, woman, smiling, front side, beatrice," image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
| tags: | |
| - text-to-image | |
| - lora | |
| - diffusers | |
| - template:diffusion-lora | |
| widget: | |
| - text: >- | |
| CharacterDesignFLUX,reference sheet,white background,simple | |
| background,multiple views, upper body, front, from side, color palette | |
| reference, high_detailed, captured in high detail, blond, girl, hogwarts, | |
| student, arrogant, holding hands, arrogant, diligent, serious, professionnal | |
| stance, humble stance, judgemental, hogwarts school uniform, school uniform, | |
| mean girl face, smile, woman, smiling, front side, beatrice, | |
| output: | |
| url: images/f1c2fa10-3e22-495e-b091-825f63676815.jpeg | |
| - text: >- | |
| CharacterDesignFLUX, reference sheet, white background, simple background, | |
| multiple views, upper body, front and side view, color palette reference, | |
| highly detailed, flat color digital Lineart, a mysterious superheroine with | |
| a unique appearance, a solid black mask, large glowing orange eyes built | |
| into the black mask, reddish-brown high ponytail, wearing a cropped dark | |
| teal jacket, dark pants, and a gold harness across her chest, dynamic and | |
| stylized pose, showcasing her powerful stance, ready to unleash her electric | |
| powers, a true force to be reckoned with, warm color palette, | |
| output: | |
| url: images/cee6f8e2-40f3-4d92-890e-f59c57d5eedb.jpeg | |
| - text: >- | |
| CharacterDesignFLUX, reference sheet, white backgrou0nd, simple background, | |
| multiple views, upper body, front and side view, color palette reference, | |
| highly detailed, flat color digital Lineart, Young adult male white silver | |
| hair, fox ears and 3 fox tails | |
| output: | |
| url: images/example_2m4uujeez.png | |
| base_model: black-forest-labs/FLUX.1-dev | |
| instance_prompt: >- | |
| CharacterDesignFLUX reference sheet, white background, simple background, | |
| multiple views, upper body, front, from side, color palette reference | |
| high_detailed, captured in high detail magic particles, multiple references | |
| # CharacterDesignHelper | |
| <Gallery /> | |
| ## Model description | |
| Re-upload from https://civitai.com/models/100435?modelVersionId=765872 | |
| ## Trigger words | |
| You should use `CharacterDesignFLUX reference sheet` to trigger the image generation. | |
| You should use `white background` to trigger the image generation. | |
| You should use `simple background` to trigger the image generation. | |
| You should use `multiple views` to trigger the image generation. | |
| You should use `upper body` to trigger the image generation. | |
| You should use `front` to trigger the image generation. | |
| You should use `from side` to trigger the image generation. | |
| You should use `color palette reference high_detailed` to trigger the image generation. | |
| You should use `captured in high detail magic particles` to trigger the image generation. | |
| You should use `multiple references` to trigger the image generation. | |
| ## Download model | |
| Weights for this model are available in Safetensors format. | |
| [Download](/mrcuddle/Character_Design_Helper/tree/main) them in the Files & versions tab. | |