Instructions to use tranmc/Bronya_7.5e-7_4800 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use tranmc/Bronya_7.5e-7_4800 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("tranmc/Bronya_7.5e-7_4800", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Upload with huggingface_hub
Browse files- Bronya-fp16.ckpt +1 -1
- logs/dreambooth/1669562255.0497649/events.out.tfevents.1669562255.eebbc56f759e.456.1 +3 -0
- logs/dreambooth/1669562255.055406/hparams.yml +41 -0
- logs/dreambooth/events.out.tfevents.1669562255.eebbc56f759e.456.0 +3 -0
- text_encoder/config.json +1 -1
- text_encoder/pytorch_model.bin +1 -1
- tokenizer/tokenizer_config.json +1 -1
- unet/config.json +1 -1
- unet/diffusion_pytorch_model.bin +1 -1
- vae/config.json +1 -1
Bronya-fp16.ckpt
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2132856622
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:742b214557b9e46005ab3e4c4113f52d3ef433b99d970a6248055f6139841e9c
|
| 3 |
size 2132856622
|
logs/dreambooth/1669562255.0497649/events.out.tfevents.1669562255.eebbc56f759e.456.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9e1ccaa1508bd464936f174da249b8f631e6b6b2d76871c35805f2f6cc77b77a
|
| 3 |
+
size 2461
|
logs/dreambooth/1669562255.055406/hparams.yml
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
adam_beta1: 0.9
|
| 2 |
+
adam_beta2: 0.999
|
| 3 |
+
adam_epsilon: 1.0e-08
|
| 4 |
+
adam_weight_decay: 0.01
|
| 5 |
+
center_crop: false
|
| 6 |
+
class_data_dir: /content/data/ honkai impact 3rd, bronya zaychik beautiful girl,
|
| 7 |
+
white grey long curly hair, grey eyes, earrings, hair ornament, hair ribbon
|
| 8 |
+
class_prompt: photo of a honkai impact 3rd, bronya zaychik beautiful girl, white
|
| 9 |
+
grey long curly hair, grey eyes, earrings, hair ornament, hair ribbon
|
| 10 |
+
gradient_accumulation_steps: 1
|
| 11 |
+
gradient_checkpointing: false
|
| 12 |
+
hub_model_id: null
|
| 13 |
+
hub_token: null
|
| 14 |
+
instance_data_dir: /content/data/Bronya
|
| 15 |
+
instance_prompt: photo of Bronya_HI honkai impact 3rd, bronya zaychik beautiful
|
| 16 |
+
girl, white grey long curly hair, grey eyes, earrings, hair ornament, hair ribbon
|
| 17 |
+
learning_rate: 7.5e-07
|
| 18 |
+
local_rank: -1
|
| 19 |
+
log_interval: 10
|
| 20 |
+
logging_dir: logs
|
| 21 |
+
lr_scheduler: constant
|
| 22 |
+
lr_warmup_steps: 0
|
| 23 |
+
max_grad_norm: 1.0
|
| 24 |
+
max_train_steps: 800
|
| 25 |
+
mixed_precision: fp16
|
| 26 |
+
not_cache_latents: false
|
| 27 |
+
num_class_images: 50
|
| 28 |
+
num_train_epochs: 16
|
| 29 |
+
output_dir: /content/Bronya
|
| 30 |
+
pretrained_model_name_or_path: tranmc/bronya
|
| 31 |
+
prior_loss_weight: 1.0
|
| 32 |
+
push_to_hub: false
|
| 33 |
+
resolution: 512
|
| 34 |
+
sample_batch_size: 4
|
| 35 |
+
scale_lr: false
|
| 36 |
+
seed: 17082006
|
| 37 |
+
tokenizer_name: null
|
| 38 |
+
train_batch_size: 1
|
| 39 |
+
train_text_encoder: true
|
| 40 |
+
use_8bit_adam: true
|
| 41 |
+
with_prior_preservation: true
|
logs/dreambooth/events.out.tfevents.1669562255.eebbc56f759e.456.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:be572640d2fb9ec62385e2e08f4ca4556b511393049ec400ee8a1b43a4987a4e
|
| 3 |
+
size 6730
|
text_encoder/config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "
|
| 3 |
"architectures": [
|
| 4 |
"CLIPTextModel"
|
| 5 |
],
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "tranmc/bronya",
|
| 3 |
"architectures": [
|
| 4 |
"CLIPTextModel"
|
| 5 |
],
|
text_encoder/pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 492308087
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e54f400b6e194cde48b78e5229a388b8e3b9667fbbc433b1c6335a716a98a777
|
| 3 |
size 492308087
|
tokenizer/tokenizer_config.json
CHANGED
|
@@ -19,7 +19,7 @@
|
|
| 19 |
},
|
| 20 |
"errors": "replace",
|
| 21 |
"model_max_length": 77,
|
| 22 |
-
"name_or_path": "/root/.cache/huggingface/diffusers/models--
|
| 23 |
"pad_token": "<|endoftext|>",
|
| 24 |
"special_tokens_map_file": "./special_tokens_map.json",
|
| 25 |
"tokenizer_class": "CLIPTokenizer",
|
|
|
|
| 19 |
},
|
| 20 |
"errors": "replace",
|
| 21 |
"model_max_length": 77,
|
| 22 |
+
"name_or_path": "/root/.cache/huggingface/diffusers/models--tranmc--bronya/snapshots/9c673d4868446a2aaca0ea4e1bd2ae4de0217ccf/tokenizer",
|
| 23 |
"pad_token": "<|endoftext|>",
|
| 24 |
"special_tokens_map_file": "./special_tokens_map.json",
|
| 25 |
"tokenizer_class": "CLIPTokenizer",
|
unet/config.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
{
|
| 2 |
"_class_name": "UNet2DConditionModel",
|
| 3 |
"_diffusers_version": "0.9.0",
|
| 4 |
-
"_name_or_path": "
|
| 5 |
"act_fn": "silu",
|
| 6 |
"attention_head_dim": 8,
|
| 7 |
"block_out_channels": [
|
|
|
|
| 1 |
{
|
| 2 |
"_class_name": "UNet2DConditionModel",
|
| 3 |
"_diffusers_version": "0.9.0",
|
| 4 |
+
"_name_or_path": "tranmc/bronya",
|
| 5 |
"act_fn": "silu",
|
| 6 |
"attention_head_dim": 8,
|
| 7 |
"block_out_channels": [
|
unet/diffusion_pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3438364325
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:491df2e6d328d47855f29b1678adc28dc3a6659455c24b7536fb11190213dcd6
|
| 3 |
size 3438364325
|
vae/config.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
{
|
| 2 |
"_class_name": "AutoencoderKL",
|
| 3 |
"_diffusers_version": "0.9.0",
|
| 4 |
-
"_name_or_path": "/root/.cache/huggingface/diffusers/models--
|
| 5 |
"act_fn": "silu",
|
| 6 |
"block_out_channels": [
|
| 7 |
128,
|
|
|
|
| 1 |
{
|
| 2 |
"_class_name": "AutoencoderKL",
|
| 3 |
"_diffusers_version": "0.9.0",
|
| 4 |
+
"_name_or_path": "/root/.cache/huggingface/diffusers/models--tranmc--bronya/snapshots/9c673d4868446a2aaca0ea4e1bd2ae4de0217ccf/vae",
|
| 5 |
"act_fn": "silu",
|
| 6 |
"block_out_channels": [
|
| 7 |
128,
|