Instructions to use fffiloni/oniric-750 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use fffiloni/oniric-750 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("fffiloni/oniric-750") prompt = "illustration of a white deer with antlers standing in the middle of a forest. in the style of TOK" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add generated example
#3
by fffiloni - opened
- .gitattributes +1 -0
- README.md +5 -0
- images/example_ylsfpwp39.png +3 -0
.gitattributes
CHANGED
|
@@ -35,3 +35,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
samples/1739553969749__000001000_0.jpg filter=lfs diff=lfs merge=lfs -text
|
| 37 |
images/example_zx01i6mkl.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
samples/1739553969749__000001000_0.jpg filter=lfs diff=lfs merge=lfs -text
|
| 37 |
images/example_zx01i6mkl.png filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
images/example_ylsfpwp39.png filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
|
@@ -25,6 +25,11 @@ widget:
|
|
| 25 |
style of TOK
|
| 26 |
output:
|
| 27 |
url: images/example_t21wg2ri2.png
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 28 |
base_model: black-forest-labs/FLUX.1-dev
|
| 29 |
instance_prompt: in the style of TOK
|
| 30 |
license: other
|
|
|
|
| 25 |
style of TOK
|
| 26 |
output:
|
| 27 |
url: images/example_t21wg2ri2.png
|
| 28 |
+
- text: >-
|
| 29 |
+
a girl playing guitar electric like a rockstar in her bedroom. Her puppy dog
|
| 30 |
+
is dancing and is very happy. colorful. In the style of TOK
|
| 31 |
+
output:
|
| 32 |
+
url: images/example_ylsfpwp39.png
|
| 33 |
base_model: black-forest-labs/FLUX.1-dev
|
| 34 |
instance_prompt: in the style of TOK
|
| 35 |
license: other
|
images/example_ylsfpwp39.png
ADDED
|
Git LFS Details
|