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
- Draw Things
- DiffusionBee
Add generated example
#1
by mrcuddle - opened
- README.md +11 -4
- images/example_2m4uujeez.png +3 -0
README.md
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
---
|
| 2 |
tags:
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
widget:
|
| 8 |
- text: >-
|
| 9 |
CharacterDesignFLUX,reference sheet,white background,simple
|
|
@@ -25,6 +25,13 @@ widget:
|
|
| 25 |
powers, a true force to be reckoned with, warm color palette,
|
| 26 |
output:
|
| 27 |
url: images/cee6f8e2-40f3-4d92-890e-f59c57d5eedb.jpeg
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 28 |
base_model: black-forest-labs/FLUX.1-dev
|
| 29 |
instance_prompt: >-
|
| 30 |
CharacterDesignFLUX reference sheet, white background, simple background,
|
|
|
|
| 1 |
---
|
| 2 |
tags:
|
| 3 |
+
- text-to-image
|
| 4 |
+
- lora
|
| 5 |
+
- diffusers
|
| 6 |
+
- template:diffusion-lora
|
| 7 |
widget:
|
| 8 |
- text: >-
|
| 9 |
CharacterDesignFLUX,reference sheet,white background,simple
|
|
|
|
| 25 |
powers, a true force to be reckoned with, warm color palette,
|
| 26 |
output:
|
| 27 |
url: images/cee6f8e2-40f3-4d92-890e-f59c57d5eedb.jpeg
|
| 28 |
+
- text: >-
|
| 29 |
+
CharacterDesignFLUX, reference sheet, white backgrou0nd, simple background,
|
| 30 |
+
multiple views, upper body, front and side view, color palette reference,
|
| 31 |
+
highly detailed, flat color digital Lineart, Young adult male white silver
|
| 32 |
+
hair, fox ears and 3 fox tails
|
| 33 |
+
output:
|
| 34 |
+
url: images/example_2m4uujeez.png
|
| 35 |
base_model: black-forest-labs/FLUX.1-dev
|
| 36 |
instance_prompt: >-
|
| 37 |
CharacterDesignFLUX reference sheet, white background, simple background,
|
images/example_2m4uujeez.png
ADDED
|
Git LFS Details
|