Instructions to use TheAwakenOne/camberganng with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use TheAwakenOne/camberganng 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("TheAwakenOne/camberganng") prompt = "CMBER a 1960'S Ford Mustang with camber suspension, parked for a photoshoot" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add generated example
#3
by TheAwakenOne - opened
- README.md +5 -0
- images/example_3fcri5qtu.png +0 -0
README.md
CHANGED
|
@@ -25,6 +25,11 @@ widget:
|
|
| 25 |
- text: CMBER a 1960'S Ford Mustang with camber suspension, parked for a photoshoot
|
| 26 |
output:
|
| 27 |
url: images/example_2tu7c16yg.png
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 28 |
base_model: black-forest-labs/FLUX.1-dev
|
| 29 |
instance_prompt: CMBER
|
| 30 |
license: other
|
|
|
|
| 25 |
- text: CMBER a 1960'S Ford Mustang with camber suspension, parked for a photoshoot
|
| 26 |
output:
|
| 27 |
url: images/example_2tu7c16yg.png
|
| 28 |
+
- text: >-
|
| 29 |
+
CMBER a 2000's Ferrari 550 Maranello with camber suspension, in the middle
|
| 30 |
+
of downtown at night, with "CMBER" on license plate
|
| 31 |
+
output:
|
| 32 |
+
url: images/example_3fcri5qtu.png
|
| 33 |
base_model: black-forest-labs/FLUX.1-dev
|
| 34 |
instance_prompt: CMBER
|
| 35 |
license: other
|
images/example_3fcri5qtu.png
ADDED
|