Instructions to use glif-loradex-trainer/Insectagon_SUI_LOGO with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use glif-loradex-trainer/Insectagon_SUI_LOGO 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("glif-loradex-trainer/Insectagon_SUI_LOGO") prompt = "sad bucko Batman with a sack of quarters, seated at arcade, glow on screen illuminated tears and sad expression, sean gordon murphy blended with joelle jones comic cel shaded 1990s art style batman,one the screen is a SUI LOGO" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Upload folder using huggingface_hub
Browse files- .gitattributes +4 -0
- README.md +66 -0
- SUI_LOGO.safetensors +3 -0
- SUI_LOGO_000000500.safetensors +3 -0
- SUI_LOGO_000001000.safetensors +3 -0
- config.yaml +89 -0
- samples/1746641552724__000000000_0.jpg +3 -0
- samples/1746641577582__000000000_1.jpg +0 -0
- samples/1746641602457__000000000_2.jpg +0 -0
- samples/1746641627439__000000000_3.jpg +0 -0
- samples/1746641652342__000000000_4.jpg +0 -0
- samples/1746641677272__000000000_5.jpg +0 -0
- samples/1746642681231__000000500_0.jpg +3 -0
- samples/1746642706307__000000500_1.jpg +0 -0
- samples/1746642731380__000000500_2.jpg +0 -0
- samples/1746642756459__000000500_3.jpg +0 -0
- samples/1746642781538__000000500_4.jpg +0 -0
- samples/1746642806594__000000500_5.jpg +0 -0
- samples/1746643805866__000001000_0.jpg +0 -0
- samples/1746643831073__000001000_1.jpg +0 -0
- samples/1746643856185__000001000_2.jpg +0 -0
- samples/1746643881429__000001000_3.jpg +3 -0
- samples/1746643906524__000001000_4.jpg +0 -0
- samples/1746643931604__000001000_5.jpg +0 -0
- samples/1746644936397__000001500_0.jpg +3 -0
- samples/1746644961455__000001500_1.jpg +0 -0
- samples/1746644986611__000001500_2.jpg +0 -0
- samples/1746645011792__000001500_3.jpg +0 -0
- samples/1746645036948__000001500_4.jpg +0 -0
- samples/1746645062030__000001500_5.jpg +0 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,7 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
samples/1746641552724__000000000_0.jpg filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
samples/1746642681231__000000500_0.jpg filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
samples/1746643881429__000001000_3.jpg filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
samples/1746644936397__000001500_0.jpg filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,66 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- diffusers
|
| 4 |
+
- text-to-image
|
| 5 |
+
- template:sd-lora
|
| 6 |
+
- base_model:black-forest-labs/FLUX.1-dev
|
| 7 |
+
- base_model:finetune:black-forest-labs/FLUX.1-dev
|
| 8 |
+
- license:other
|
| 9 |
+
- region:us
|
| 10 |
+
- flux
|
| 11 |
+
- lora
|
| 12 |
+
widget:
|
| 13 |
+
- output:
|
| 14 |
+
url: samples/1746644936397__000001500_0.jpg
|
| 15 |
+
text: sad bucko Batman with a sack of quarters, seated at arcade, glow on screen
|
| 16 |
+
illuminated tears and sad expression, sean gordon murphy blended with joelle
|
| 17 |
+
jones comic cel shaded 1990s art style batman,one the screen is a SUI LOGO
|
| 18 |
+
- output:
|
| 19 |
+
url: samples/1746644961455__000001500_1.jpg
|
| 20 |
+
text: Snow White (1937), contorted, face distorted and entering realm of meme
|
| 21 |
+
hilarity, beyond absurd facial contortion and body control smile grimace,
|
| 22 |
+
scrunched, unhinged, highly detailed, cel shaded, perfect, serene, masterpiece,
|
| 23 |
+
too wide smile, unsettling, Snow White (1937) head slight tilted back, unable
|
| 24 |
+
to contain laughter, laughing hysterically, too funny, maximal silly, adorable,
|
| 25 |
+
uncanny, too wide unfunny smile, serene, too real, holding a SUI LOGO COIN
|
| 26 |
+
- output:
|
| 27 |
+
url: samples/1746644986611__000001500_2.jpg
|
| 28 |
+
text: Cartoon style, a cartoon man Holding out his hands, a small SUI LOGO is
|
| 29 |
+
floating in his hands with a green glow coming from the candle, The man has
|
| 30 |
+
a very surprise and amazed look on his face
|
| 31 |
+
- output:
|
| 32 |
+
url: samples/1746645011792__000001500_3.jpg
|
| 33 |
+
text: A SUI LOGO MADE OF A delicate and intricate paper model of an unknown candle
|
| 34 |
+
entity crafted with meticulous attention to detail. The structure is formed
|
| 35 |
+
by carefully folded and layered sheets of paper, creating a three-dimensional
|
| 36 |
+
form that seems to capture both whimsy and complexity. The textures and patterns
|
| 37 |
+
on the surface suggest a blend of geometric shapes and organic forms, hinting
|
| 38 |
+
at a story or world from another realm. The overall composition exudes a sense
|
| 39 |
+
of wonder, as though it could be part of a magical diorama or a miniature
|
| 40 |
+
scene from a distant universe
|
| 41 |
+
- output:
|
| 42 |
+
url: samples/1746645036948__000001500_4.jpg
|
| 43 |
+
text: Lex luthor holding a blue glowing sui logo coin pointing it at Superman,
|
| 44 |
+
Superman looks terrified
|
| 45 |
+
- output:
|
| 46 |
+
url: samples/1746645062030__000001500_5.jpg
|
| 47 |
+
text: Sui logo, clip art,sui logo coin,white background
|
| 48 |
+
base_model: black-forest-labs/FLUX.1-dev
|
| 49 |
+
|
| 50 |
+
|
| 51 |
+
license: other
|
| 52 |
+
license_name: flux-1-dev-non-commercial-license
|
| 53 |
+
license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
|
| 54 |
+
---
|
| 55 |
+
# SUI_LOGO
|
| 56 |
+
Model trained with [AI Toolkit by Ostris](https://github.com/ostris/ai-toolkit) under the [Glif Loradex program](https://huggingface.co/glif-loradex-trainer) by [Glif](https://glif.app) user `Insectagon`.
|
| 57 |
+
<Gallery />
|
| 58 |
+
## Trigger words
|
| 59 |
+
No trigger words defined.
|
| 60 |
+
## Download model
|
| 61 |
+
Weights for this model are available in Safetensors format.
|
| 62 |
+
[Download](/glif-loradex-trainer/Insectagon_SUI_LOGO/tree/main) them in the Files & versions tab.
|
| 63 |
+
|
| 64 |
+
## License
|
| 65 |
+
This model is licensed under the [flux-1-dev-non-commercial-license](https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md).
|
| 66 |
+
|
SUI_LOGO.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ca7c4bc6dee0869198a9100eb5d6ac299ea3f583e60c4a67f476a350a785b234
|
| 3 |
+
size 451202696
|
SUI_LOGO_000000500.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fafced9fd7d3aa8bb8043f03aa8a5e24224ce3158ec94533b57d29643ad3e550
|
| 3 |
+
size 451202696
|
SUI_LOGO_000001000.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ea9f3b9f6fc00b6bc3aefee4bed619e62c31c1e240ea085684f86eea6af28e7a
|
| 3 |
+
size 451202696
|
config.yaml
ADDED
|
@@ -0,0 +1,89 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
config:
|
| 2 |
+
name: SUI_LOGO
|
| 3 |
+
process:
|
| 4 |
+
- datasets:
|
| 5 |
+
- cache_latents_to_disk: true
|
| 6 |
+
caption_dropout_rate: 0.2
|
| 7 |
+
caption_ext: txt
|
| 8 |
+
folder_path: /root/lorahub/flux-dev/SUI_LOGO/dataset
|
| 9 |
+
resolution:
|
| 10 |
+
- 512
|
| 11 |
+
- 768
|
| 12 |
+
- 1024
|
| 13 |
+
shuffle_tokens: false
|
| 14 |
+
token_dropout_rate: 0.01
|
| 15 |
+
device: cuda:0
|
| 16 |
+
model:
|
| 17 |
+
is_flux: true
|
| 18 |
+
name_or_path: black-forest-labs/FLUX.1-dev
|
| 19 |
+
quantize: true
|
| 20 |
+
text_encoder_bits: 8
|
| 21 |
+
network:
|
| 22 |
+
linear: 42
|
| 23 |
+
linear_alpha: 42
|
| 24 |
+
transformer_only: true
|
| 25 |
+
type: lora
|
| 26 |
+
performance_log_every: 500
|
| 27 |
+
sample:
|
| 28 |
+
guidance_scale: 3.5
|
| 29 |
+
height: 1024
|
| 30 |
+
neg: ''
|
| 31 |
+
prompts:
|
| 32 |
+
- sad bucko Batman with a sack of quarters, seated at arcade, glow on screen
|
| 33 |
+
illuminated tears and sad expression, sean gordon murphy blended with joelle
|
| 34 |
+
jones comic cel shaded 1990s art style batman,one the screen is a SUI LOGO
|
| 35 |
+
- Snow White (1937), contorted, face distorted and entering realm of meme hilarity,
|
| 36 |
+
beyond absurd facial contortion and body control smile grimace, scrunched,
|
| 37 |
+
unhinged, highly detailed, cel shaded, perfect, serene, masterpiece, too wide
|
| 38 |
+
smile, unsettling, Snow White (1937) head slight tilted back, unable to contain
|
| 39 |
+
laughter, laughing hysterically, too funny, maximal silly, adorable, uncanny,
|
| 40 |
+
too wide unfunny smile, serene, too real, holding a SUI LOGO COIN
|
| 41 |
+
- Cartoon style, a cartoon man Holding out his hands, a small SUI LOGO is floating
|
| 42 |
+
in his hands with a green glow coming from the candle, The man has a very
|
| 43 |
+
surprise and amazed look on his face
|
| 44 |
+
- A SUI LOGO MADE OF A delicate and intricate paper model of an unknown candle
|
| 45 |
+
entity crafted with meticulous attention to detail. The structure is formed
|
| 46 |
+
by carefully folded and layered sheets of paper, creating a three-dimensional
|
| 47 |
+
form that seems to capture both whimsy and complexity. The textures and patterns
|
| 48 |
+
on the surface suggest a blend of geometric shapes and organic forms, hinting
|
| 49 |
+
at a story or world from another realm. The overall composition exudes a sense
|
| 50 |
+
of wonder, as though it could be part of a magical diorama or a miniature
|
| 51 |
+
scene from a distant universe
|
| 52 |
+
- Lex luthor holding a blue glowing sui logo coin pointing it at Superman, Superman
|
| 53 |
+
looks terrified
|
| 54 |
+
- Sui logo, clip art,sui logo coin,white background
|
| 55 |
+
sample_every: 500
|
| 56 |
+
sample_steps: 25
|
| 57 |
+
sampler: flowmatch
|
| 58 |
+
seed: 42
|
| 59 |
+
walk_seed: true
|
| 60 |
+
width: 1024
|
| 61 |
+
save:
|
| 62 |
+
dtype: float16
|
| 63 |
+
max_step_saves_to_keep: 3
|
| 64 |
+
save_every: 500
|
| 65 |
+
save_format: diffusers
|
| 66 |
+
train:
|
| 67 |
+
batch_size: 1
|
| 68 |
+
dtype: bf16
|
| 69 |
+
ema_config:
|
| 70 |
+
ema_decay: 0.99
|
| 71 |
+
use_ema: true
|
| 72 |
+
gradient_accumulation_steps: 1
|
| 73 |
+
gradient_checkpointing: true
|
| 74 |
+
linear_timesteps: true
|
| 75 |
+
loss_type: mse
|
| 76 |
+
lr: 0.0003
|
| 77 |
+
noise_scheduler: flowmatch
|
| 78 |
+
optimizer: adamw8bit
|
| 79 |
+
reg_weight: 1
|
| 80 |
+
steps: 1500
|
| 81 |
+
target_noise_multiplier: 1
|
| 82 |
+
train_text_encoder: false
|
| 83 |
+
train_unet: true
|
| 84 |
+
training_folder: /root/lorahub/flux-dev
|
| 85 |
+
trigger_word: ''
|
| 86 |
+
type: loradex_trainer
|
| 87 |
+
job: extension
|
| 88 |
+
meta:
|
| 89 |
+
description: SUI LOGO LORA
|
samples/1746641552724__000000000_0.jpg
ADDED
|
Git LFS Details
|
samples/1746641577582__000000000_1.jpg
ADDED
|
samples/1746641602457__000000000_2.jpg
ADDED
|
samples/1746641627439__000000000_3.jpg
ADDED
|
samples/1746641652342__000000000_4.jpg
ADDED
|
samples/1746641677272__000000000_5.jpg
ADDED
|
samples/1746642681231__000000500_0.jpg
ADDED
|
Git LFS Details
|
samples/1746642706307__000000500_1.jpg
ADDED
|
samples/1746642731380__000000500_2.jpg
ADDED
|
samples/1746642756459__000000500_3.jpg
ADDED
|
samples/1746642781538__000000500_4.jpg
ADDED
|
samples/1746642806594__000000500_5.jpg
ADDED
|
samples/1746643805866__000001000_0.jpg
ADDED
|
samples/1746643831073__000001000_1.jpg
ADDED
|
samples/1746643856185__000001000_2.jpg
ADDED
|
samples/1746643881429__000001000_3.jpg
ADDED
|
Git LFS Details
|
samples/1746643906524__000001000_4.jpg
ADDED
|
samples/1746643931604__000001000_5.jpg
ADDED
|
samples/1746644936397__000001500_0.jpg
ADDED
|
Git LFS Details
|
samples/1746644961455__000001500_1.jpg
ADDED
|
samples/1746644986611__000001500_2.jpg
ADDED
|
samples/1746645011792__000001500_3.jpg
ADDED
|
samples/1746645036948__000001500_4.jpg
ADDED
|
samples/1746645062030__000001500_5.jpg
ADDED
|