Views
No views yet
drawbayc monkey concept trained by nielsgl on the nielsgl/bayc-tiny dataset, images from this Kaggle dataset.
It can be used by modifying the instance_prompt: a drawing of drawbayc monkeyA drawing of drawbayc monkey dressed as an astronaut

A drawing of drawbayc monkey dressed as the pope

1from diffusers import StableDiffusionPipeline
2
3pipeline = StableDiffusionPipeline.from_pretrained('nielsgl/dreambooth-bored-ape')
4image = pipeline().images[0]
5image| Hyperparameters | Value |
|---|---|
| name | RMSprop |
| weight_decay | None |
| clipnorm | None |
| global_clipnorm | None |
| clipvalue | None |
| use_ema | False |
| ema_momentum | 0.99 |
| ema_overwrite_frequency | 100 |
| jit_compile | True |
| is_legacy_optimizer | False |
| learning_rate | 0.0010000000474974513 |
| rho | 0.9 |
| momentum | 0.0 |
| epsilon | 1e-07 |
| centered | False |
| training_precision | float32 |