Skip to content

Commit

Permalink
Removed TextLog
Browse files Browse the repository at this point in the history
  • Loading branch information
BirgerMoell committed Apr 3, 2024
1 parent e2fa791 commit 93f78c2
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions examples/python/depth_guided_stable_diffusion/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,9 @@ The visualizations in this example were created with the Rerun SDK, demonstratin
Visualizing the prompt and negative prompt
```python
rr.log("prompt/text", rr.TextDocument(prompt))
rr.log("prompt/text_negative", rr.TextLog(negative_prompt))
rr.log("prompt/text_negative", rr.TextDocument(negative_prompt))
```


rr.log("prompt/text", rr.TextDocument(prompt))
rr.log("prompt/text_negative", rr.TextDocument(negative_prompt))

## Text
Visualizing the text input ids, the text attention mask and the unconditional input ids
```python
Expand Down

0 comments on commit 93f78c2

Please sign in to comment.