Instructions to use CtrlAltArt/Flux_Behind_Obscure_Glass with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use CtrlAltArt/Flux_Behind_Obscure_Glass 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("CtrlAltArt/Flux_Behind_Obscure_Glass") prompt = "act1vate, behind_obscure_glass A warmly lit café with empty tables and a single flickering candle left burning. Outside, through the rain-splattered window, the shape of a person stands just out of focus, as though deciding whether to enter or simply fade away." image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Upload Behind_Obscure_Glass-v3.safetensors
Browse files
Behind_Obscure_Glass-v3.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2f903c7e8db88d28a2ad07f90bf605acb049b64f55593dba34b2f693f57c4914
|
| 3 |
+
size 89745224
|