Instructions to use den123/StyleS with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use den123/StyleS 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/StyleS") prompt = "cute illustration of cat , sitting on chair in kitchen, sharpen edge, illustration" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add generated example
#7
by den123 - opened
- README.md +5 -0
- images/example_o0xdsif3j.png +3 -0
README.md
CHANGED
|
@@ -25,6 +25,11 @@ widget:
|
|
| 25 |
edge, illustration,styleS
|
| 26 |
output:
|
| 27 |
url: images/example_zg9qnnvnw.png
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 28 |
base_model: black-forest-labs/FLUX.1-dev
|
| 29 |
instance_prompt: StyleS
|
| 30 |
license: apache-2.0
|
|
|
|
| 25 |
edge, illustration,styleS
|
| 26 |
output:
|
| 27 |
url: images/example_zg9qnnvnw.png
|
| 28 |
+
- text: >-
|
| 29 |
+
illustration of cat , sitting on green grass in summer garden,
|
| 30 |
+
illustration,styleS
|
| 31 |
+
output:
|
| 32 |
+
url: images/example_o0xdsif3j.png
|
| 33 |
base_model: black-forest-labs/FLUX.1-dev
|
| 34 |
instance_prompt: StyleS
|
| 35 |
license: apache-2.0
|
images/example_o0xdsif3j.png
ADDED
|
Git LFS Details
|