Instructions to use Jovie/Shadow with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Jovie/Shadow 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("Jovie/Shadow") prompt = "\"symmetry!! portrait of curvaceous alien in the style of horizon zero dawn, machine face, intricate, elegant, highly detailed, digital painting, artstation, concept art, smooth, sharp focus, illustration, art by artgerm and greg rutkowski and alphonse mucha" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Add generated example
Browse filesGenerated example for model Jovie/Shadow.
Prompt: "symmetry!! portrait of curvaceous alien in the style of horizon zero dawn, machine face, intricate, elegant, highly detailed, digital painting, artstation, concept art, smooth, sharp focus, illustration, art by artgerm and greg rutkowski and alphonse mucha
- .gitattributes +1 -0
- README.md +8 -0
- images/example_rndh30ve1.png +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
images/example_rndh30ve1.png filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
|
@@ -7,6 +7,14 @@ tags:
|
|
| 7 |
- template:sd-lora
|
| 8 |
base_model: black-forest-labs/FLUX.1-dev
|
| 9 |
instance_prompt: anime
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
|
| 11 |
---
|
| 12 |
# Shadow model style
|
|
|
|
| 7 |
- template:sd-lora
|
| 8 |
base_model: black-forest-labs/FLUX.1-dev
|
| 9 |
instance_prompt: anime
|
| 10 |
+
widget:
|
| 11 |
+
- text: >-
|
| 12 |
+
"symmetry!! portrait of curvaceous alien in the style of horizon zero dawn,
|
| 13 |
+
machine face, intricate, elegant, highly detailed, digital painting,
|
| 14 |
+
artstation, concept art, smooth, sharp focus, illustration, art by artgerm
|
| 15 |
+
and greg rutkowski and alphonse mucha
|
| 16 |
+
output:
|
| 17 |
+
url: images/example_rndh30ve1.png
|
| 18 |
|
| 19 |
---
|
| 20 |
# Shadow model style
|
images/example_rndh30ve1.png
ADDED
|
Git LFS Details
|