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
- Draw Things
- DiffusionBee
Add generated example
Browse filesGenerated example for model den123/StyleS.
Prompt: cute illustration of cat , sitting on chair in kitchen, sharpen edge, illustration,styleS
- README.md +5 -0
- images/example_i9v1pq9sb.png +3 -0
README.md
CHANGED
|
@@ -18,6 +18,11 @@ widget:
|
|
| 18 |
illustration
|
| 19 |
output:
|
| 20 |
url: images/example_hs7x1zzao.png
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
base_model: black-forest-labs/FLUX.1-dev
|
| 22 |
instance_prompt: StyleS
|
| 23 |
license: apache-2.0
|
|
|
|
| 18 |
illustration
|
| 19 |
output:
|
| 20 |
url: images/example_hs7x1zzao.png
|
| 21 |
+
- text: >-
|
| 22 |
+
cute illustration of cat , sitting on chair in kitchen, sharpen edge,
|
| 23 |
+
illustration,styleS
|
| 24 |
+
output:
|
| 25 |
+
url: images/example_i9v1pq9sb.png
|
| 26 |
base_model: black-forest-labs/FLUX.1-dev
|
| 27 |
instance_prompt: StyleS
|
| 28 |
license: apache-2.0
|
images/example_i9v1pq9sb.png
ADDED
|
Git LFS Details
|