Sha256: ae306779b91f418cf15caa1a207d3b9a70e28d62fab6efbe20d173db15bd2b1e

Contents?: true

Size: 771 Bytes

Versions: 2

Compression:

Stored size: 771 Bytes

Contents

# StableDiffusion::EmbeddingItem

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**step** | **Integer** | The number of steps that were used to train this embedding, if available | [optional] 
**sd_checkpoint** | **String** | The hash of the checkpoint this embedding was trained on, if available | [optional] 
**sd_checkpoint_name** | **String** | The name of the checkpoint this embedding was trained on, if available. Note that this is the name that was used by the trainer; for a stable identifier, use `sd_checkpoint` instead | [optional] 
**shape** | **Integer** | The length of each individual vector in the embedding | 
**vectors** | **Integer** | The number of vectors in the embedding | 

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
stable_diffusion-1.0.0 docs/EmbeddingItem.md
stable_diffusion-0.1.0 docs/EmbeddingItem.md