Instructions to use anthienlong/Soft-Glow with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use anthienlong/Soft-Glow 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("anthienlong/Soft-Glow") prompt = "by artgerm, greg rutkowski and rachel m silva, Filigree of a Goby, Aetherpunk fashion style Sweater, " image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add 2 files
Browse files
SoftGlow.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:21608a6b23686f0f9c3116bc3aad55053ad8ad503b734e6d5bfb585f878d1bc1
|
| 3 |
+
size 19260568
|
images/922059029916539-2024-10-06-203810-2.jpeg
ADDED
|
Git LFS Details
|