Instructions to use IronFelix/chiz004 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use IronFelix/chiz004 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("IronFelix/chiz004") prompt = "A very intricate fantasy illustration of a mighty, short, short-legged and broad-shouldered dwarf barbarian standing in the gloom of a cave, leaning on a long-handled warhammer decorated with angular runic patterns. The dwarf barbarian is bare-chested, his muscles bulge like those of a bodybuilder, the dwarf has intricate pauldrons on his shoulders, a loincloth made of silver chainmail and straps with rivets. The barbarian wears iron boots on his feet. The barbarian's thick red beard is braided into a Scandinavian braid. The dwarf barbarian's face expresses mad joy, which carries a threat. chiz004 <lora:chiz004:1.4> " image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Add generated example
#1
by IronFelix - opened
- README.md +10 -0
- images/example_ouoioeu0c.png +3 -0
README.md
CHANGED
|
@@ -17,9 +17,19 @@ widget:
|
|
| 17 |
chiz004 <lora:chiz004:1.4>
|
| 18 |
output:
|
| 19 |
url: images/00007-3389133350.png
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
base_model: black-forest-labs/FLUX.1-dev
|
| 21 |
instance_prompt: chiz004
|
| 22 |
license: apache-2.0
|
|
|
|
| 23 |
---
|
| 24 |
# chiz004
|
| 25 |
|
|
|
|
| 17 |
chiz004 <lora:chiz004:1.4>
|
| 18 |
output:
|
| 19 |
url: images/00007-3389133350.png
|
| 20 |
+
- text: >-
|
| 21 |
+
intricate photograph of busty feminine green-skinned fanged cute barbarian
|
| 22 |
+
busty orc girl with sculpted muscles on her body covered in creepy patterns,
|
| 23 |
+
orc girl is wearing an intricate conical forged iron bra decorated with an
|
| 24 |
+
intricate pattern, on the girl's hips is a barbarian chainmail loincloth.
|
| 25 |
+
Orc girl bodybuilder holds a battle axe on her shoulder, the blade of which
|
| 26 |
+
is decorated with Scandinavian patterns,
|
| 27 |
+
output:
|
| 28 |
+
url: images/example_ouoioeu0c.png
|
| 29 |
base_model: black-forest-labs/FLUX.1-dev
|
| 30 |
instance_prompt: chiz004
|
| 31 |
license: apache-2.0
|
| 32 |
+
|
| 33 |
---
|
| 34 |
# chiz004
|
| 35 |
|
images/example_ouoioeu0c.png
ADDED
|
Git LFS Details
|