Instructions to use den123/artstyle01 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use den123/artstyle01 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("den123/artstyle01") prompt = "illustration of ape, vector" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Add generated example
#2
by den123 - opened
- README.md +4 -0
- images/example_xggq22suy.png +3 -0
README.md
CHANGED
|
@@ -8,9 +8,13 @@ widget:
|
|
| 8 |
- text: "ASCII\0\0\0{\"prompt\":\"A whimsical sloth lounging in a magical tropical paradise, adorned with tiny accessories and surrounded by oversized, detailed jungle foliage. Digital illustration with smooth, clean lines and refined gradients. The sloth features exaggerated, expressive eyes and a gentle smile, its detailed fur rendered in warm browns with golden highlights. Panda background of deep emerald leaves and vines against a soft, parchment-toned backdrop. Intricate leaf patterns and delicate veining in the foliage, with careful attention to light and shadow. The composition creates depth through layered elements and varied line weights, while maintaining a cozy, storybook atmosphere. Warm, golden light filters through the canopy, casting gentle shadows and creating a dreamy, enchanted mood\",\"originalPrompt\":\"A whimsical sloth lounging in a magical tropical paradise, adorned with tiny accessories and surrounded by oversized, detailed jungle foliage. Digital illustration with smooth, clean lines and refined gradients. The sloth features exaggerated, expressive eyes and a gentle smile, its detailed fur rendered in warm browns with golden highlights. Panda background of deep emerald leaves and vines against a soft, parchment-toned backdrop. Intricate leaf patterns and delicate veining in the foliage, with careful attention to light and shadow. The composition creates depth through layered elements and varied line weights, while maintaining a cozy, storybook atmosphere. Warm, golden light filters through the canopy, casting gentle shadows and creating a dreamy, enchanted mood\",\"width\":1024,\"height\":1024,\"seed\":42,\"model\":\"flux\",\"nologo\":false,\"negative_prompt\":\"worst quality, blurry\",\"nofeed\":false,\"safe\":false,\"isMature\":false,\"isChild\":false}"
|
| 9 |
output:
|
| 10 |
url: images/hjhj.jpg
|
|
|
|
|
|
|
|
|
|
| 11 |
base_model: black-forest-labs/FLUX.1-dev
|
| 12 |
instance_prompt: null
|
| 13 |
license: apache-2.0
|
|
|
|
| 14 |
---
|
| 15 |
# artstyle
|
| 16 |
|
|
|
|
| 8 |
- text: "ASCII\0\0\0{\"prompt\":\"A whimsical sloth lounging in a magical tropical paradise, adorned with tiny accessories and surrounded by oversized, detailed jungle foliage. Digital illustration with smooth, clean lines and refined gradients. The sloth features exaggerated, expressive eyes and a gentle smile, its detailed fur rendered in warm browns with golden highlights. Panda background of deep emerald leaves and vines against a soft, parchment-toned backdrop. Intricate leaf patterns and delicate veining in the foliage, with careful attention to light and shadow. The composition creates depth through layered elements and varied line weights, while maintaining a cozy, storybook atmosphere. Warm, golden light filters through the canopy, casting gentle shadows and creating a dreamy, enchanted mood\",\"originalPrompt\":\"A whimsical sloth lounging in a magical tropical paradise, adorned with tiny accessories and surrounded by oversized, detailed jungle foliage. Digital illustration with smooth, clean lines and refined gradients. The sloth features exaggerated, expressive eyes and a gentle smile, its detailed fur rendered in warm browns with golden highlights. Panda background of deep emerald leaves and vines against a soft, parchment-toned backdrop. Intricate leaf patterns and delicate veining in the foliage, with careful attention to light and shadow. The composition creates depth through layered elements and varied line weights, while maintaining a cozy, storybook atmosphere. Warm, golden light filters through the canopy, casting gentle shadows and creating a dreamy, enchanted mood\",\"width\":1024,\"height\":1024,\"seed\":42,\"model\":\"flux\",\"nologo\":false,\"negative_prompt\":\"worst quality, blurry\",\"nofeed\":false,\"safe\":false,\"isMature\":false,\"isChild\":false}"
|
| 9 |
output:
|
| 10 |
url: images/hjhj.jpg
|
| 11 |
+
- text: illustration of ape, vector
|
| 12 |
+
output:
|
| 13 |
+
url: images/example_xggq22suy.png
|
| 14 |
base_model: black-forest-labs/FLUX.1-dev
|
| 15 |
instance_prompt: null
|
| 16 |
license: apache-2.0
|
| 17 |
+
|
| 18 |
---
|
| 19 |
# artstyle
|
| 20 |
|
images/example_xggq22suy.png
ADDED
|
Git LFS Details
|