Instructions to use oshtz/flux-pointcrayonstyle with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use oshtz/flux-pointcrayonstyle 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("oshtz/flux-pointcrayonstyle") prompt = "pointcrayonstyle illustration, at a lighthouse, the ambiance is exotic and mysterious" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add generated example
#1
by mohandsblr - opened
- README.md +4 -0
- images/example_51dvtaqbi.png +3 -0
README.md
CHANGED
|
@@ -100,11 +100,15 @@ widget:
|
|
| 100 |
images/pointcrayonstyle, underwater ballet performance featuring mermaids,
|
| 101 |
whales, and bioluminescent sea creatures as the audience, with coral reefs
|
| 102 |
forming the stage and schools of fish as the orchestra.png
|
|
|
|
|
|
|
|
|
|
| 103 |
base_model: black-forest-labs/FLUX.1-dev
|
| 104 |
instance_prompt: pointcrayonstyle
|
| 105 |
license: other
|
| 106 |
license_name: flux-1-dev-non-commercial-license
|
| 107 |
license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
|
|
|
|
| 108 |
---
|
| 109 |
# flux-pointcrayonstyle
|
| 110 |
|
|
|
|
| 100 |
images/pointcrayonstyle, underwater ballet performance featuring mermaids,
|
| 101 |
whales, and bioluminescent sea creatures as the audience, with coral reefs
|
| 102 |
forming the stage and schools of fish as the orchestra.png
|
| 103 |
+
- text: Indian village and dog
|
| 104 |
+
output:
|
| 105 |
+
url: images/example_51dvtaqbi.png
|
| 106 |
base_model: black-forest-labs/FLUX.1-dev
|
| 107 |
instance_prompt: pointcrayonstyle
|
| 108 |
license: other
|
| 109 |
license_name: flux-1-dev-non-commercial-license
|
| 110 |
license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
|
| 111 |
+
|
| 112 |
---
|
| 113 |
# flux-pointcrayonstyle
|
| 114 |
|
images/example_51dvtaqbi.png
ADDED
|
Git LFS Details
|