Text-to-Image
Diffusers
flux2
flux2-diffusers
image-to-image
lora
standard
macos
liquid-glass
icon-generation
apple-design
Instructions to use Andy-ML-And-AI/LIQGLASS with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Andy-ML-And-AI/LIQGLASS 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.2-klein-base-4B", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("Andy-ML-And-AI/LIQGLASS") prompt = "LIQGLASS, macOS Liquid Glass style icon, translucent frosted glass squircle shape, Safari browser app, compass symbol, blue tinted glass, specular highlight, inner glow, light refraction at edges, depth layering, soft shadow, Apple macOS design language, high detail" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Model card auto-generated by SimpleTuner
Browse files
README.md
CHANGED
|
@@ -15,7 +15,12 @@ tags:
|
|
| 15 |
- standard
|
| 16 |
pipeline_tag: text-to-image
|
| 17 |
inference: true
|
| 18 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
---
|
| 20 |
|
| 21 |
# Andy-ML-And-AI/LIQGLASS-klein-lora
|
|
@@ -39,7 +44,7 @@ LIQGLASS, macOS Liquid Glass style icon, translucent frosted glass squircle shap
|
|
| 39 |
|
| 40 |
Note: The validation settings are not necessarily the same as the [training settings](#training-settings).
|
| 41 |
|
| 42 |
-
|
| 43 |
|
| 44 |
|
| 45 |
<Gallery />
|
|
|
|
| 15 |
- standard
|
| 16 |
pipeline_tag: text-to-image
|
| 17 |
inference: true
|
| 18 |
+
widget:
|
| 19 |
+
- text: 'LIQGLASS, macOS Liquid Glass style icon, translucent frosted glass squircle shape, Safari browser app, compass symbol, blue tinted glass, specular highlight, inner glow, light refraction at edges, depth layering, soft shadow, Apple macOS design language, high detail'
|
| 20 |
+
parameters:
|
| 21 |
+
negative_prompt: 'ugly, flat, matte, no glass effect, blurry, low quality, old style, skeuomorphic, glossy blob, vista style'
|
| 22 |
+
output:
|
| 23 |
+
url: ./assets/image_0_0.png
|
| 24 |
---
|
| 25 |
|
| 26 |
# Andy-ML-And-AI/LIQGLASS-klein-lora
|
|
|
|
| 44 |
|
| 45 |
Note: The validation settings are not necessarily the same as the [training settings](#training-settings).
|
| 46 |
|
| 47 |
+
You can find some example images in the following gallery:
|
| 48 |
|
| 49 |
|
| 50 |
<Gallery />
|